Commit 7b428da2 authored by Chunchi Che's avatar Chunchi Che

fix small

parent 725c5f17
...@@ -9,6 +9,7 @@ import { sendSelectPlaceResponse } from "../../api/ocgcore/ocgHelper"; ...@@ -9,6 +9,7 @@ import { sendSelectPlaceResponse } from "../../api/ocgcore/ocgHelper";
import { import {
clearMonsterSelectInfo, clearMonsterSelectInfo,
setCardModalImgUrl, setCardModalImgUrl,
setCardModalInteractivies,
setCardModalIsOpen, setCardModalIsOpen,
setCardModalText, setCardModalText,
} from "../../reducers/duel/mod"; } from "../../reducers/duel/mod";
...@@ -73,6 +74,7 @@ const CommonMonster = (props: { state: Monster }) => { ...@@ -73,6 +74,7 @@ const CommonMonster = (props: { state: Monster }) => {
`https://cdn02.moecube.com:444/images/ygopro-images-zh-CN/${props.state.occupant.id}.jpg` `https://cdn02.moecube.com:444/images/ygopro-images-zh-CN/${props.state.occupant.id}.jpg`
) )
); );
dispatch(setCardModalInteractivies([])); // TODO
dispatch(setCardModalIsOpen(true)); dispatch(setCardModalIsOpen(true));
} }
}, },
......
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