Commit 05aaa932 authored by Chunchi Che's avatar Chunchi Che

add selectChain hint

parent ac5439ab
Pipeline #21073 failed with stages
in 22 minutes and 41 seconds
import { ygopro } from "../../api/ocgcore/idl/ocgcore";
import { sendSelectChainResponse } from "../../api/ocgcore/ocgHelper";
import { fetchSelectHintMeta } from "../../reducers/duel/hintSlice";
import {
setCheckCardMOdalCancelAble,
setCheckCardModalCancelResponse,
......@@ -83,6 +84,7 @@ export default (selectChain: MsgSelectChain, dispatch: AppDispatch) => {
})
);
}
dispatch(fetchSelectHintMeta([player, 203]));
dispatch(setCheckCardModalIsOpen(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