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

@@ -8,7 +8,7 @@ export default async function PermissionError() {
// If everything is fine, render nothing
if (permissionResult.success) {
return null
return <></>
}
// Get error message