mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
meta: force dev stream deploy
This commit is contained in:
parent
2b3b5289fa
commit
ced3d7a079
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user