Skip to content

Commit

Permalink
fix: piece level notice too short
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Nov 10, 2024
1 parent a526015 commit c61baa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/ui/features/guide/InteractiveGuide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export function InterActiveGuide() {
if (gStatus?.currentRound !== 4) {
setField("guideRun", false);
}
}, 1000);
}, 4000);
}

if (guideIndex === 6 && lifecycle == "complete") {
Expand Down

0 comments on commit c61baa7

Please sign in to comment.