Commit 2661de6f authored by chechunchi's avatar chechunchi

fix small

parent 2172c86c
import { CardMeta } from "../../api/cards"; import { CardMeta } from "../../api/cards";
import { ygopro } from "../../api/ocgcore/idl/ocgcore"; import { ygopro } from "../../api/ocgcore/idl/ocgcore";
import { setYesNoModalIsOpen } from "../../reducers/duel/mod";
import { fetchYesNoMeta } from "../../reducers/duel/modalSlice"; import { fetchYesNoMeta } from "../../reducers/duel/modalSlice";
import { AppDispatch } from "../../store"; import { AppDispatch } from "../../store";
import { CardZoneToChinese } from "./util"; import { CardZoneToChinese } from "./util";
...@@ -37,4 +38,5 @@ export default (selectEffectYn: MsgSelectEffectYn, dispatch: AppDispatch) => { ...@@ -37,4 +38,5 @@ export default (selectEffectYn: MsgSelectEffectYn, dispatch: AppDispatch) => {
textGenerator, textGenerator,
}) })
); );
dispatch(setYesNoModalIsOpen(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