Skip to content
Snippets Groups Projects
Commit dbdc5e05 authored by HJ's avatar HJ :fire:
Browse files

fix ext profile bug

parent 46869933
Branches
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment