footer 비활성화 조건 수정.

cks
강석 최 2023-10-24 15:47:28 +09:00
parent 39e9422d1f
commit ce85cdbbaa
1 changed files with 1 additions and 1 deletions

View File

@ -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 (