From fdbc413ae284f36844340e33c2cfecaf3ba69d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Mon, 19 Feb 2024 18:14:44 +0900 Subject: [PATCH] =?UTF-8?q?panelReducer=20test=20code=20=EC=82=AD=EC=A0=9C?= 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, };