fix img profile
This commit is contained in:
@@ -383,7 +383,7 @@ export const useUserStore = defineStore('UserStore', {
|
||||
img = 'images/noimg-user.svg'
|
||||
|
||||
let tipoconto = costanti.AccountType.USER
|
||||
if (col.hasOwnProperty('tipoconto') && col.tipoconto) {
|
||||
if (col && col.hasOwnProperty('tipoconto') && col.tipoconto) {
|
||||
tipoconto = col.tipoconto
|
||||
}
|
||||
|
||||
|
||||
BIN
upload/profile/paoloar77/file_803.jpg
Executable file
BIN
upload/profile/paoloar77/file_803.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Reference in New Issue
Block a user