mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
linter fix
This commit is contained in:
parent
f143abfebe
commit
5f5d4bee9c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
</b-dropdown-item>
|
</b-dropdown-item>
|
||||||
</b-dropdown>
|
</b-dropdown>
|
||||||
|
|
||||||
<router-link title="Account" :to="{ name: 'account' } "class="mb-2 mt-3 d-block">
|
<router-link title="Account" :to="{ name: 'account' }" class="mb-2 mt-3 d-block">
|
||||||
<b-avatar
|
<b-avatar
|
||||||
v-if="user && user.photoURL"
|
v-if="user && user.photoURL"
|
||||||
variant="info"
|
variant="info"
|
||||||
|
|
Loading…
Reference in a new issue