We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1653d0 commit da83053Copy full SHA for da83053
peerprep-fe/src/app/(main)/match/page.tsx
@@ -21,16 +21,16 @@ export default function LoadingPage() {
21
console.log('Match found, your partner is', message.partner);
22
setMatchStatus('matched');
23
24
- setTimeout(() => {
25
- router.push(`/collaboration`);
26
- }, 2000);
+ // setTimeout(() => {
+ // router.push(`/collaboration`);
+ // }, 2000);
27
} else {
28
console.log('Match failed');
29
setMatchStatus('failed');
30
31
32
- router.push(`/`);
33
+ // router.push(`/`);
+ // }, 4500);
34
}
35
});
36
} catch (error) {
0 commit comments