meta: force dev stream deploy

This commit is contained in:
Matilde Park 2021-01-11 18:26:42 -05:00
parent 2b3b5289fa
commit ced3d7a079

View File

@ -90,7 +90,7 @@ class App extends React.Component {
this.themeWatcher.onchange = this.updateTheme;
setTimeout(() => {
// Something about how the store works doesn't like changing it
// before the app has actually rendered, hence the timeout
// before the app has actually rendered, hence the timeout.
this.updateTheme(this.themeWatcher);
}, 500);
this.api.local.getBaseHash();