Slightly better screen gater
This commit is contained in:
@@ -77,7 +77,7 @@ export function Provider({children}: {children: React.ReactNode}) {
|
||||
(() => ({
|
||||
data: {
|
||||
lastInitiatedAt: new Date().toISOString(),
|
||||
status: 'assured',
|
||||
status: 'unknown',
|
||||
} as TempAgeAssuranceState,
|
||||
}))(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user