Skip to content

Commit

Permalink
fix: remove isRecruit
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Aug 16, 2022
1 parent e45e2f0 commit 3d69aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Stats/Stage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</h1>
<v-spacer />
<v-btn
v-if="validStage"
v-if="validStage && !isRecruit"
v-haptic
depressed
color="primary"
Expand Down

0 comments on commit 3d69aaf

Please sign in to comment.