Fix sidebar on mobile ui
This commit is contained in:
parent
a7f4df68ea
commit
9234720710
|
@ -252,7 +252,7 @@ onMounted(() => {
|
||||||
@click.prevent.exact="showUserModal = !showUserModal"
|
@click.prevent.exact="showUserModal = !showUserModal"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
v-if="$store.state.auth.authenticated && $store.state.auth.profile?.avatar.urls.medium_square_crop"
|
v-if="$store.state.auth.authenticated && $store.state.auth.profile?.avatar?.urls.medium_square_crop"
|
||||||
class="ui avatar image"
|
class="ui avatar image"
|
||||||
alt=""
|
alt=""
|
||||||
:src="$store.getters['instance/absoluteUrl']($store.state.auth.profile?.avatar.urls.medium_square_crop)"
|
:src="$store.getters['instance/absoluteUrl']($store.state.auth.profile?.avatar.urls.medium_square_crop)"
|
||||||
|
|
Loading…
Reference in New Issue