Skip to content

Commit

Permalink
Fix missing feature flag (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Apr 22, 2021
2 parents 6270ff7 + 5a4a517 commit d4d342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Pages/Profile/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<logout-other-browser-sessions-form :sessions="sessions" class="mt-10 sm:mt-0" />
</div>

<div v-if="$page.props.socialstream.hasPassword">
<div v-if="$page.props.jetstream.hasAccountDeletionFeatures && $page.props.socialstream.hasPassword">
<jet-section-border />

<delete-user-form class="mt-10 sm:mt-0" />
Expand Down

0 comments on commit d4d342a

Please sign in to comment.