diff --git a/pkg/interface/src/views/App.js b/pkg/interface/src/views/App.js index 27b32293e2..6ae4677693 100644 --- a/pkg/interface/src/views/App.js +++ b/pkg/interface/src/views/App.js @@ -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();