diff --git a/src/components/starter-views.js b/src/components/starter-views.js index bb63664..f1644aa 100644 --- a/src/components/starter-views.js +++ b/src/components/starter-views.js @@ -21,10 +21,10 @@ export function UninitializedView (props = {}) { denyClose={appData.denyClose} /> { - props.asyncInitFinished - ? - : null - } + props.asyncInitFinished + ? + : null + } ) }