forked from AkkomaGang/akkoma-fe
Merge branch 'fix-ext-profile' into 'develop'
fix ext profile bug See merge request pleroma/pleroma-fe!1409
This commit is contained in:
commit
cdcefc2b73
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue