From f96145214950e03941aeaebe2266bb7cb8a84777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Fri, 16 Feb 2024 15:05:55 +0900 Subject: [PATCH] =?UTF-8?q?pennel=20initalState=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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, };