Commit 65264fb4 authored by Chunchi Che's avatar Chunchi Che

fix small

parent e9b2b562
Pipeline #20779 passed with stages
in 15 minutes and 9 seconds
......@@ -24,8 +24,6 @@ import onMsgWait from "./wait";
import { setWaiting } from "../../reducers/duel/mod";
const ActiveList = [
"draw",
"new_turn",
"select_idle_cmd",
"select_place",
"select_card",
......
......@@ -26,7 +26,7 @@ const PlayerStatus = () => {
<CheckCard.Group
bordered
style={{ height: `${NeosConfig.ui.layout.header.height}` }}
value={myTurn && !waiting ? ME_VALUE : OP_VALUE}
value={myTurn || !waiting ? ME_VALUE : OP_VALUE}
>
<CheckCard
avatar={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment