Skip to content

Commit 7beaf5c

Browse files
authored
Merge pull request #54 from 1223v/sound
Fix: 사운드 수정
2 parents a023e8e + fc4bc07 commit 7beaf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/StatusHome/Wait.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Wait = ({ orderInfo }) => {
3232
setOrderSelect(null);
3333
}
3434

35-
if (playSound && orderInfo?.orders?.length > orderTotal) {
35+
if (playSound && orderInfo?.orders?.length >= orderTotal) {
3636
console.log("소리 재생");
3737
Mp.play();
3838
setorderTotal(orderInfo?.orders?.length);

0 commit comments

Comments
 (0)