fix: remove card list modal in message store

5 jobs for dev/async in 12 minutes and 24 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Install
passed #90472
linux
npm_ci

00:01:33

 
  Rs Check Lint
passed #90473
linux
rs_check_lint

00:04:24

 
  Wasm
passed #90474
linux
wasm_build

00:05:51

 
  Ts Check Lint
failed #90475
linux
ts_check_lint

00:00:34

 
  Build
skipped #90476
linux
npm_build
 
Name Stage Failure
failed
ts_check_lint Ts Check Lint
Downloading artifacts from coordinator... ok        id=90472 responseStatus=200 OK token=okJsEpL4
Executing "step_script" stage of the job script
Using docker image sha256:a13cfbac519cc80093523bb263f994859ab87f528558ed1148636e9268c30f60 for git-registry.mycard.moe/mycard/docker-runner-base:master-x86 with digest git-registry.mycard.moe/mycard/docker-runner-base@sha256:ad6bdae65540a7ff0a0fa89101663847f0457014c9e397b583329fed81c9c638 ...
$ npx tsc
src/stores/messageStore/store.ts(7,3): error TS2345: Argument of type '{ cardModal: { isOpen: false; interactivies: never[]; counters: {}; }; cardListModal: { isOpen: boolean; list: never[]; }; yesNoModal: { isOpen: false; }; positionModal: { isOpen: false; positions: never[]; }; checkCounterModal: { ...; }; sortCardModal: { ...; }; announceModal: { ...; }; }' is not assignable to parameter of type 'ModalState'.
Object literal may only specify known properties, but 'cardListModal' does not exist in type 'ModalState'. Did you mean to write 'cardModal'?
src/ui/Duel/Message/CardListModal.tsx(16,9): error TS2339: Property 'cardListModal' does not exist on type 'ModalState'.
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1