From 0de5dfa1b17e7caf786cd4075e8fca685fb4464f Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Thu, 23 Oct 2025 15:30:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/sub-layout/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/widgets/sub-layout/index.tsx b/src/widgets/sub-layout/index.tsx index 83242d9..c3f342d 100644 --- a/src/widgets/sub-layout/index.tsx +++ b/src/widgets/sub-layout/index.tsx @@ -256,11 +256,10 @@ export const SubLayout = () => { code1Filter }: OnSetCommonCodesProps) => { if(codeCl === '0001'){ - - useStore.getState().CommonStore.setCreditCardList(data); + useStore.getState().CommonStore.setBankList(data); } else if(codeCl === '0002'){ - useStore.getState().CommonStore.setBankList(data); + useStore.getState().CommonStore.setCreditCardList(data); } else if(codeCl === '0022'){ let options = [];