Skip to content

Commit

Permalink
fix(client-electron): show spinner on bootstrap
Browse files Browse the repository at this point in the history
marcincichocki committed Jun 5, 2021
1 parent f05e64b commit 61f428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client-electron/renderer/pages/Settings.tsx
Original file line number Diff line number Diff line change
@@ -265,7 +265,7 @@ export const Settings: FC = () => {

return (
<SettingsWrapper>
{status === WorkerStatus.Ready ? (
{status !== WorkerStatus.Bootstrap ? (
<>
<FieldDescription name={activeField} />
<Col

0 comments on commit 61f428b

Please sign in to comment.