Skip to content

Commit

Permalink
feat : individual dining room tables page
Browse files Browse the repository at this point in the history
  • Loading branch information
annadiplacido committed Nov 1, 2024
1 parent 6f4c507 commit 2f4afea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ui/common/src/lib/dining/diningIndividualRoomTables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function DiningIndividualRoomTables() {
};

const handleContinueClick = () => {
console.log('Continue button clicked');
console.log('See global billing button clicked');
};

return (
Expand All @@ -21,7 +21,7 @@ export function DiningIndividualRoomTables() {
hasSelection={hasSelection}
onBackClick={handleBackClick}
onContinueClick={handleContinueClick}
buttonText={'See global billing'}
buttonText={'Global billing'}
/>
<div className="dining-room-tables">
<DiningRoomSVG onSelectionChange={setHasSelection} />
Expand Down

0 comments on commit 2f4afea

Please sign in to comment.