navigate to home instead of floàw
This commit is contained in:
@@ -131,7 +131,7 @@ const SongReady = () => {
|
||||
});
|
||||
await player0?.pause?.();
|
||||
await player1?.pause?.();
|
||||
navigate(Routes.FlowSelection);
|
||||
navigate(Routes.Home);
|
||||
} catch (e) {
|
||||
console.log("Validate error", e?.message);
|
||||
}
|
||||
@@ -166,7 +166,7 @@ const SongReady = () => {
|
||||
await player0?.pause?.();
|
||||
await player1?.pause?.();
|
||||
} catch {}
|
||||
navigate(Routes.FlowSelection);
|
||||
navigate(Routes.Home);
|
||||
}}
|
||||
progress={63}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user