Commit 09978405 authored by Chunchi Che's avatar Chunchi Che

fix small

parent a2519c13
......@@ -47,8 +47,8 @@ const CommonMonster = (props: { state: Monster }) => {
const faceDown =
props.state.position === ygopro.CardPosition.FACEDOWN_DEFENSE ||
ygopro.CardPosition.FACEDOWN_ATTACK ||
ygopro.CardPosition.FACEDOWN;
props.state.position === ygopro.CardPosition.FACEDOWN_ATTACK ||
props.state.position === ygopro.CardPosition.FACEDOWN;
useClick(
(_event) => {
......
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