mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
fix label class
This commit is contained in:
@ -58,7 +58,7 @@
|
||||
aria-expanded="false"
|
||||
class="avatar"
|
||||
>
|
||||
<img :src="ProfilePicture" alt="Avatar">
|
||||
<img :src="profilePicture" alt="Avatar">
|
||||
</a>
|
||||
<v-dropdown-item>
|
||||
<router-link class="dropdown-item" to="/admin/settings">
|
||||
@ -87,7 +87,7 @@ export default {
|
||||
...mapGetters('userProfile', [
|
||||
'user'
|
||||
]),
|
||||
ProfilePicture () {
|
||||
profilePicture () {
|
||||
if (this.user && this.user.avatar !== null) {
|
||||
return this.user.avatar
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user