n
This commit is contained in:
@@ -59,7 +59,7 @@ const ActivityDetail = () => {
|
|||||||
sessionStorage.setItem(hasRefreshedKey, 'true');
|
sessionStorage.setItem(hasRefreshedKey, 'true');
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 0);
|
||||||
|
|
||||||
return () => clearTimeout(timer);
|
return () => clearTimeout(timer);
|
||||||
}, [id, refetch]);
|
}, [id, refetch]);
|
||||||
|
|||||||
Reference in New Issue
Block a user