- corretto la registrazione
This commit is contained in:
@@ -739,7 +739,7 @@ export const useUserStore = defineStore('UserStore', {
|
||||
},
|
||||
|
||||
isUserWaitingVerifAportador(): boolean {
|
||||
return tools.isLogged() && !this.my.verified_by_aportador && this.getAportadorSolidario()
|
||||
return tools.isLogged() && !this.my.verified_by_aportador && !!tools.getAportadorSolidario()
|
||||
},
|
||||
|
||||
isOldRegNotFinished(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user