Skip to content

Commit

Permalink
Removed TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Apr 20, 2024
1 parent 7c8213e commit 31b492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/receipts/ReceiptEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function onItemSaved(item: ReceiptItem): void {
if (index >= 0) {
receipt.value.items.splice(index, 1, item);
}
toasts.success("receipts.updated"); // TODO(fpion): works, but UpdatedBy seems to be System
toasts.success("receipts.updated");
}
}
Expand Down

0 comments on commit 31b492d

Please sign in to comment.