Skip to content

Commit

Permalink
Fix admin nav elements
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed May 24, 2024
1 parent 13a2c63 commit 9105645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions frontend/src/views/admin/InviteCodePanelView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
{{ pageError }}
</alert-box>
</div>
<admin-nav>

</admin-nav>
<admin-nav/>
<div v-if="displayPage">
<data-table
data-name="Invite Codes"
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/views/admin/SubscriberPanelView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
{{ pageError }}
</alert-box>
</div>
<admin-nav>

</admin-nav>
<admin-nav/>
<div v-if="displayPage">
<data-table
data-name="Subscribers"
Expand Down

0 comments on commit 9105645

Please sign in to comment.