Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TiyoSheng committed Nov 26, 2023
1 parent c6dbe87 commit b3c1826
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/client/src/pages/game/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,7 @@ const Game = () => {
:
<PIXIAPP/>
}
// {
// curPlayer && percentage == 100 ? <Talk curPlayer={curPlayer} /> : null
// }

<div className="discord">
<a href="https://discord.gg/UkarGN9Fjn" target="_blank"><img src={discordImg} /></a>
</div>
Expand All @@ -504,7 +502,7 @@ const Game = () => {
/>

<Modal
open={modalVisible}
visible={modalVisible}
className="mi-modal"
footer={null}
onCancel={() => setModalVisible(false)}
Expand Down

0 comments on commit b3c1826

Please sign in to comment.