Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Baakoma committed Oct 25, 2024
1 parent 8d0e910 commit 497cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/UserProfileLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { auth } = useGlobalProps()

<template>
<InertiaLink
v-if="!auth.can.manageUsers"
v-if="auth.can.manageUsers"
:href="`/users/${user.id}`"
@click.stop
>
Expand Down

0 comments on commit 497cf6c

Please sign in to comment.