diff --git a/src/WizardPage.tsx b/src/WizardPage.tsx index 329a2b9..3a9172e 100644 --- a/src/WizardPage.tsx +++ b/src/WizardPage.tsx @@ -86,7 +86,16 @@ function SetupCollectionsPage(props: PagePropsType) { {(loading) ? ( ) : (error) ? ( - {error.message} + <> + {error.message} + + ) : ( )}