fix ext profile bug

This commit is contained in:
Henry Jameson 2021-08-16 01:41:52 +03:00 committed by Zero
parent 4686993334
commit 2ce47e8cf0
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
:title="$t('user_card.edit_profile')"
/>
</button>
<button
<a
v-if="isOtherUser && !user.is_local"
:href="user.statusnet_profile_url"
target="_blank"
@ -75,7 +75,7 @@
class="icon"
icon="external-link-alt"
/>
</button>
</a>
<AccountActions
v-if="isOtherUser && loggedIn"
:user="user"