Skip to content

Commit

Permalink
Merge pull request #88 from 2skydev/fix/auto-accept-overlay
Browse files Browse the repository at this point in the history
자동 수락 오버레이가 안보이던 버그 수정
  • Loading branch information
2skydev authored Aug 21, 2023
2 parents 41f5d5e + 8ab1e94 commit 75e80c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ReadyTimerOverlay = ({ className }: ReadyTimerOverlayProps) => {
useEffect(() => {
const unsubscribe = window.electron.onAutoAccept(event => {
if (event.playerResponse === 'None') {
setData(data)
setData(event)
} else {
setData(null)
}
Expand Down

0 comments on commit 75e80c1

Please sign in to comment.