Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix(rapid-handout): fix redirect path
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Aug 20, 2024
1 parent 7810fb5 commit 678d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RapidHandoutDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function RapidHandoutDetails({
</Button>
<MatchItemTable itemStatuses={itemStatuses} isSender={true} />
{redirectCountdownStarted && (
<CountdownToRedirect path={"/matches"} seconds={5} />
<CountdownToRedirect path={"/admin/hurtigutdeling"} seconds={5} />
)}
<ScannerModal
onScan={(blid) =>
Expand Down

0 comments on commit 678d6f2

Please sign in to comment.