Fix typo
This commit is contained in:
parent
26b087c041
commit
fa2d060143
@ -346,7 +346,7 @@ viewState global state = case state of
|
|||||||
]
|
]
|
||||||
ViewingItem { item, snacks } ->
|
ViewingItem { item, snacks } ->
|
||||||
let
|
let
|
||||||
header = tableCells th <| List.map text [ "ID", "Artikel", "B arcode", "Bruttoverkaufspreis", "Aktionen" ]
|
header = tableCells th <| List.map text [ "ID", "Artikel", "Barcode", "Bruttoverkaufspreis", "Aktionen" ]
|
||||||
viewSnack snack = tableCells td
|
viewSnack snack = tableCells td
|
||||||
[ text <| String.fromInt snack.id
|
[ text <| String.fromInt snack.id
|
||||||
, text snack.name
|
, text snack.name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user