bug fixes and cleanup

This commit is contained in:
David Ralph
2020-08-27 18:15:59 +01:00
parent f56854127c
commit 3a0468dcb9
9 changed files with 58 additions and 95 deletions

View File

@@ -39,7 +39,6 @@ export default class Update extends React.PureComponent {
}
componentDidMount() {
localStorage.setItem('viewedUpdate', true);
this.getUpdate();
}