Skip to content

Commit

Permalink
add the button
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Oct 25, 2024
1 parent 1383b15 commit c0b4cf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/routes/booth_main_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export default function BoothMainPage() {
<Typography variant="body1">Booth: {user.name}</Typography>
<Typography variant="h6">Your balance:</Typography>
<Typography variant="h3">${user.balance}</Typography>
<Button
variant="contained"
onClick={() => navigate("/booth/transactions")}
>
Past Transactions
</Button>
<Button
variant="contained"
size="large"
Expand Down

0 comments on commit c0b4cf9

Please sign in to comment.