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
@@ -49,7 +49,7 @@ export class EditProfilePage implements OnInit {
} else {
this.profilePicture = "";
}
console.log(picture)
/* console.log(picture) */
}).catch((error) => {
this.profilePicture = "";
})