fix(welcome): Preview feature

This commit is contained in:
alexsparkes
2024-06-09 09:05:12 +01:00
parent dc2df92cc0
commit 248293ed97
4 changed files with 25 additions and 11 deletions

View File

@@ -102,8 +102,8 @@ export default class Modals extends PureComponent {
ariaHideApp={false}
>
<Welcome modalClose={() => this.closeWelcome()} modalSkip={() => this.previewWelcome()} />
</Modal>*/}
{this.state.preview && <Preview setup={() => window.location.reload()} />}
</Modal>
{this.state.preview && <Preview setup={() => window.location.reload()} />}*/}
</>
);
}