Update MainRecoilDataHandler.tsx

This commit is contained in:
Arjun Patel
2022-02-03 13:03:00 -08:00
parent 5203211e55
commit 40564afb31
@@ -31,7 +31,7 @@ export default function MainRecoilDataHandler() {
useEffect(() => { useEffect(() => {
const unsubs: Unsubscribe[] = [] as Unsubscribe[]; const unsubs: Unsubscribe[] = [] as Unsubscribe[];
const convoSubs: Unsubscribe[] = [] as Unsubscribe; const convoSubs: Unsubscribe[] = [] as Unsubscribe[];
(async function () { (async function () {
try { try {