From ce85cdbbaa19cc7bf85d0f01444e74dd3b49bbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Tue, 24 Oct 2023 15:47:28 +0900 Subject: [PATCH] =?UTF-8?q?footer=20=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94?= =?UTF-8?q?=20=EC=A1=B0=EA=B1=B4=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/EgovFooter.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx index 41b471f..eaa4404 100644 --- a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx +++ b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx @@ -2,7 +2,7 @@ import React from 'react'; import { Link } from 'react-router-dom'; function EgovFooter() { - if(window.location.pathname==="/standardCode/viewer"){ + if(window.location.pathname.includes("/standardCode/viewer")){ return null; }else{ return (