diff --git a/src/stores/booths/boothList.ts b/src/stores/booths/boothList.ts index d0b24a0..24db071 100644 --- a/src/stores/booths/boothList.ts +++ b/src/stores/booths/boothList.ts @@ -32,7 +32,7 @@ export const useBoothList = create((set, get) => ({ }, setBoothList: (boothList) => { - boothList = boothList; + set({ boothList }); }, handleClickBoothDetail: (boothId: string) => {