From d9a805849759eea0f3d69e9926b24eb6e75ead49 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Tue, 18 Jun 2024 16:07:37 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=AD=20=EC=B2=98=EB=A6=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index f7a99381..d8d422bf 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -93,7 +93,7 @@ //); }, onCurrentChange: tab => { - if (!tab.data) return; + if (!tab || !tab.data) return; let url = tab.data.url; menuSupport.setActive(url);