Skip to content

Commit dbd75fe

Browse files
committed
fix: enabled accounts check
1 parent 51535db commit dbd75fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Layout = () => {
6161
}
6262

6363
if (subscription) {
64-
subscription.unsubscribe();
64+
subscription?.unsubscribe();
6565
}
6666
}
6767
};

0 commit comments

Comments
 (0)