Skip to content

Commit

Permalink
feat : url paymentasignee
Browse files Browse the repository at this point in the history
  • Loading branch information
annadiplacido committed Nov 3, 2024
1 parent 9fa6ac3 commit 0b168dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/common/src/lib/billing/payementAsignee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function PayementAsignee() {
>
<IconButton
onClick={() => {
navigate(`/mealSelectionForPayment/${groupId}/${tableId}`);
navigate(`/mealSelectionForPayment/${tableId}`);
}}
>
<CancelIcon
Expand Down

0 comments on commit 0b168dd

Please sign in to comment.