fix(setup): page display when homepage is loading (#940)

* fix: remove an unwanted display of the setup page while the homepage is loading

* fix: edit incorrect return type of setup page
This commit is contained in:
Gauthier
2024-08-22 14:46:06 +02:00
committed by GitHub
parent 32343f23a3
commit 7423bbbffc

View File

@@ -100,6 +100,8 @@ const Setup = () => {
router,
]);
if (settings.currentSettings.initialized) return <></>;
return (
<div className="relative flex min-h-screen flex-col justify-center bg-gray-900 py-12">
<PageTitle title={intl.formatMessage(messages.setup)} />