Commit 8988e67a authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/card_list_modal' into 'main'

fix CardListModal.tsx

See merge request !237
parents 89b0468c 457a343b
......@@ -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