Skip to content

Commit

Permalink
Merge pull request #149 from keypom/development
Browse files Browse the repository at this point in the history
added leaderboard to viewable under contract lock
  • Loading branch information
minqianlu authored Nov 20, 2024
2 parents e7d4862 + 43b72a0 commit 6c05506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/layouts/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export default function AppLayout() {
if (
isConferenceOver &&
pathname !== "/offboarding" &&
!pathname.startsWith("/me/admin")
!pathname.startsWith("/me/admin") &&
pathname !== "/leaderboard"
) {
eventHelperInstance.debugLog("Conference is over", "log");
return <Navigate to="/offboarding" replace={true} />;
Expand Down

0 comments on commit 6c05506

Please sign in to comment.