We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f19abe commit 0bf4443Copy full SHA for 0bf4443
1 file changed
app/pages/profile/[handle]/index.vue
@@ -147,8 +147,8 @@ defineOgImageComponent('Default', {
147
{{ profile.website }}
148
</LinkBase>
149
<ButtonBase
150
- v-if="user?.handle === handle"
151
@click="isEditing = true"
+ :class="user?.handle === handle ? '' : 'invisible'"
152
class="hidden sm:inline-flex"
153
>
154
{{ $t('common.edit') }}
0 commit comments