forked from abner/for-legacy-web
If IDB is not present, allow app to load as normal
This commit is contained in:
@@ -138,7 +138,9 @@ function Context({ auth, sync, children, dispatcher }: Props) {
|
||||
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
await client.restore();
|
||||
if (client.db) {
|
||||
await client.restore();
|
||||
}
|
||||
|
||||
if (auth.active) {
|
||||
dispatcher({ type: "QUEUE_FAIL_ALL" });
|
||||
|
||||
Reference in New Issue
Block a user