bug fix na agenda preview event from next year

This commit is contained in:
Eudes Inácio
2023-11-09 10:28:58 +01:00
parent 1258517799
commit 2009eec929
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export class ProfilePage implements OnInit {
} else {
this.profilePicture = "";
}
console.log(picture)
/* console.log(picture) */
}).catch((error ) => {
this.profilePicture = "";
})