Skip to content

Commit

Permalink
fix: comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNono committed Sep 27, 2024
1 parent 2554a20 commit 39efbc3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app/(dashboard)/dashboard/account/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,16 @@ const Account = () => {
</Button>
</a>
</div>
// {displayTicket && (
// <div className={styles.ticket}>
// <Title level={4} align="center">
// Mon billet
// </Title>
// <Button primary veryLong onClick={downloadTicket}>
// Télécharger mon billet
// </Button>
// </div>
//)}
{/* {displayTicket && (
<div className={styles.ticket}>
<Title level={4} align="center">
Mon billet
</Title>
<Button primary veryLong onClick={downloadTicket}>
Télécharger mon billet
</Button>
</div>
)} */}
</div>
{displayTicket && (
<div className="to-bring">
Expand Down

0 comments on commit 39efbc3

Please sign in to comment.