Skip to content

Commit

Permalink
#fixed Validate canCreateTeams in responsive-nav-link of responsive d…
Browse files Browse the repository at this point in the history
…esign #784 (#785)
  • Loading branch information
iBet7o authored May 13, 2021
1 parent 86b5d32 commit b8910e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
Team Settings
</jet-responsive-nav-link>

<jet-responsive-nav-link :href="route('teams.create')" :active="route().current('teams.create')">
<jet-responsive-nav-link :href="route('teams.create')" :active="route().current('teams.create')" v-if="$page.props.jetstream.canCreateTeams">
Create New Team
</jet-responsive-nav-link>

Expand Down

0 comments on commit b8910e6

Please sign in to comment.