Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TiyoSheng committed Dec 4, 2023
1 parent 7e73b56 commit 46b81a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/client/src/components/Battle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ export default function Battle(props) {
return
} else {
console.log(res)
setBattleState(5)
setTimeout(() => {
setBattleState(5)
}, 100)
}
}
return (
Expand Down

0 comments on commit 46b81a2

Please sign in to comment.