From fd08f9f3f732632f31d953818deb3d001b4b457b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Thu, 15 Feb 2024 17:25:33 +0900 Subject: [PATCH] panelreducer Reset --- com.twin.app.shoptime/src/reducers/panelReducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/reducers/panelReducer.js b/com.twin.app.shoptime/src/reducers/panelReducer.js index 4d1f7035..eb23f66b 100644 --- a/com.twin.app.shoptime/src/reducers/panelReducer.js +++ b/com.twin.app.shoptime/src/reducers/panelReducer.js @@ -2,7 +2,7 @@ import { types } from "../actions/actionTypes"; import { panel_names } from "../utils/Config"; const initialState = { - panels: [{ name: panel_names.DETAIL_PANEL }], + panels: [], isModalOpen: false, };