footer 비활성화 조건 수정.
parent
39e9422d1f
commit
ce85cdbbaa
|
|
@ -2,7 +2,7 @@ import React from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
|
|
||||||
function EgovFooter() {
|
function EgovFooter() {
|
||||||
if(window.location.pathname==="/standardCode/viewer"){
|
if(window.location.pathname.includes("/standardCode/viewer")){
|
||||||
return null;
|
return null;
|
||||||
}else{
|
}else{
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue