Skip to content

Commit

Permalink
Show QR Code on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneIRL committed Oct 7, 2023
1 parent 98f4d40 commit 8f0179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tickets/HackTicket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const HackTicket = ({
: user?.checkInPin
? '/qrcode/check-in'
: '/images/noqrcode.svg'
const countdownOver = isCountdownOver()
const countdownOver = isCountdownOver() || true

let suite = ''
if (user?.hexId) {
Expand Down

0 comments on commit 8f0179b

Please sign in to comment.