fix/admin/menu-desa/berita #68

Open
nicoarya20 wants to merge 98 commits from fix/admin/menu-desa/berita into main
692 changed files with 28285 additions and 13157 deletions
Showing only changes of commit 67f29aabef - Show all commits

View File

@@ -32,6 +32,7 @@ export default function WaitingRoom() {
const [retryCount, setRetryCount] = useState(0);
const MAX_RETRIES = 2;
useEffect(() => {
let isMounted = true;
let interval: ReturnType<typeof setInterval>;