fix: replace return null with empty tags

This commit is contained in:
2025-09-02 22:35:36 +02:00
parent ab0c5e3e99
commit 0689a5827f
9 changed files with 22 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ export default function SettingsPage() {
// handleDeleteAccount function removed
if (!settings) return null
if (!settings) return <></>
return (
<>