Commit 15ba2b4c authored by Chunchi Che's avatar Chunchi Che

fix displayCardListModal

parent a14c1573
Pipeline #23346 passed with stages
in 13 minutes and 33 seconds
......@@ -71,7 +71,7 @@ export const displayCardListModal = ({
controller,
}: Partial<Omit<typeof defaultStore, "isOpen">>) => {
store.isOpen = true;
isZone && (store.isZone = isZone);
store.isZone = isZone ?? false;
monster && (store.monster = monster);
zone && (store.zone = zone);
controller !== undefined && (store.controller = controller);
......
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