diff --git a/frontend/src/app/dashboard/settings/page.tsx b/frontend/src/app/dashboard/settings/page.tsx index bcb780c..488ec30 100644 --- a/frontend/src/app/dashboard/settings/page.tsx +++ b/frontend/src/app/dashboard/settings/page.tsx @@ -128,12 +128,6 @@ export default function SettingsPage() { } } - - - if (loading) { - return
- } - // Predefined schemas for known services (Copied from CredentialsPage) const schemas: Record = { stripe: { @@ -413,6 +407,10 @@ export default function SettingsPage() { init() }, []) + if (loading) { + return
+ } + return (
{/* Header ... */}