Skip to content

Commit

Permalink
Update WaiterRobot/Ui/Order/OrderListItem.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Schedler <[email protected]>
  • Loading branch information
kaulex99 and dev-Fabi authored May 12, 2024
1 parent 6633084 commit a202bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaiterRobot/Ui/Order/OrderListItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct OrderListItem: View {
}

private func orderProductNote() -> some View {
OrderProductNoteView(name: "test", noteText: $editedNote, onSaveNote: onSaveNote)
OrderProductNoteView(name: name, noteText: $editedNote, onSaveNote: onSaveNote)
}
}

Expand Down

0 comments on commit a202bc0

Please sign in to comment.