Skip to content

Commit

Permalink
fix: checkpoint tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Feb 9, 2024
1 parent e01fb66 commit 589f725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/Attendee/Profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ function Profile() {
{levelEntries[5]} entries
</p>

<CheckpointTracker checkpoints={5} progress={level} />
<CheckpointTracker checkpoints={6} progress={level} />

{level != 5 && (
{level != 6 && (
<p className="font-iregular text-white">
You just need {neededBadges} more badges to go to Level{" "}
{level + 1} (and win +{levelEntries[level]} entries to the final
Expand Down

0 comments on commit 589f725

Please sign in to comment.