error handling + cleanup

- handle case where localstorage does not contain item
- eventhandler updates when data changes
This commit is contained in:
cv
2021-05-20 11:20:18 +02:00
parent c912a61b57
commit 438bceba57
5 changed files with 110 additions and 100 deletions
+3 -1
View File
@@ -3,8 +3,10 @@
-moz-osx-font-smoothing: grayscale;
}
body,
html,
.App {
margin: 0px auto;
overflow: hidden;
height: 100vh;
}
}