Nullish
This commit is contained in:
@@ -50,7 +50,7 @@ export function Outer({
|
||||
cause.labelDef.identifier === '!no-unauthenticated',
|
||||
),
|
||||
),
|
||||
allowOverride: allowOverride || !modui?.noOverride,
|
||||
allowOverride: allowOverride ?? !modui?.noOverride,
|
||||
}
|
||||
|
||||
const showInfoDialog = () => {
|
||||
|
||||
Reference in New Issue
Block a user