Update MainRecoilDataHandler.tsx
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user