Commit 457a343b authored by chechunchi's avatar chechunchi

fix CardListModal.tsx

parent 89b0468c
Pipeline #22491 passed with stages
in 17 minutes and 41 seconds
......@@ -74,5 +74,5 @@ export const displayCardListModal = ({
isZone && (store.isZone = isZone);
monster && (store.monster = monster);
zone && (store.zone = zone);
controller && (store.controller = controller);
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