mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
fix: replace return null with empty tags
This commit is contained in:
@@ -8,7 +8,7 @@ export default async function PermissionError() {
|
||||
|
||||
// If everything is fine, render nothing
|
||||
if (permissionResult.success) {
|
||||
return null
|
||||
return <></>
|
||||
}
|
||||
|
||||
// Get error message
|
||||
|
||||
Reference in New Issue
Block a user