box height

This commit is contained in:
Peter Maquiran
2021-08-31 14:43:03 +01:00
parent 6a88bd0b20
commit 8487bb262f
4 changed files with 29 additions and 11 deletions
+3 -4
View File
@@ -44,10 +44,9 @@ export class NotificationsService {
this.storageService.get("Notifications").then((value) => {
if(value == 'žée') {
this.storageService.store("Notifications", [])
}
}).catch(()=>{
this.storageService.store("Notifications",[])
})
}