Skip to content

Commit

Permalink
Merge pull request #178 from ChicagoWorldcon/PLAN-310-hide-admin-tab
Browse files Browse the repository at this point in the history
PLAN-310 hide admin tab like in the flyout
  • Loading branch information
Gailbear authored Jun 4, 2022
2 parents 37dd756 + 41b98b0 commit 0f7c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/people/person_tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:person_id="person.id"
></session-ranker>
</b-tab>
<b-tab title="Admin" disabled lazy>
<b-tab title="Admin" disabled lazy v-if="currentUserIsAdmin">
</b-tab>
<b-tab title="Surveys" disabled lazy>
</b-tab>
Expand Down

0 comments on commit 0f7c521

Please sign in to comment.