Skip to content

Commit

Permalink
removed coach page from dev for the time being
Browse files Browse the repository at this point in the history
Ryan-Bauroth committed Feb 4, 2024
1 parent aef417c commit 7369491
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/OuterComponents.vue
Original file line number Diff line number Diff line change
@@ -43,8 +43,6 @@ let links: VerticalNavigationLink[] = [
if (session.userCtx.roles?.indexOf("_admin") != -1) {
links.push({label: "Users", to: "/users"})
}
if (sessionState?.value?.userCtx?.roles?.indexOf('Coach') != -1)
links.push({ label: "Coach Preview", to: "/coach-preview" })
</script>

0 comments on commit 7369491

Please sign in to comment.