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

fix small

parent e9b2b562
...@@ -24,8 +24,6 @@ import onMsgWait from "./wait"; ...@@ -24,8 +24,6 @@ import onMsgWait from "./wait";
import { setWaiting } from "../../reducers/duel/mod"; import { setWaiting } from "../../reducers/duel/mod";
const ActiveList = [ const ActiveList = [
"draw",
"new_turn",
"select_idle_cmd", "select_idle_cmd",
"select_place", "select_place",
"select_card", "select_card",
......
...@@ -26,7 +26,7 @@ const PlayerStatus = () => { ...@@ -26,7 +26,7 @@ const PlayerStatus = () => {
<CheckCard.Group <CheckCard.Group
bordered bordered
style={{ height: `${NeosConfig.ui.layout.header.height}` }} style={{ height: `${NeosConfig.ui.layout.header.height}` }}
value={myTurn && !waiting ? ME_VALUE : OP_VALUE} value={myTurn || !waiting ? ME_VALUE : OP_VALUE}
> >
<CheckCard <CheckCard
avatar={ 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