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 (