메뉴 스크롤

This commit is contained in:
focp212@naver.com
2025-10-14 18:24:08 +09:00
parent 31478d1659
commit 85fb8cae49
3 changed files with 41 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ export const FooterNavigation = ({
setFavoriteEdit
}: FooterProps) => {
const { navigate } = useNavigate();
const [isFooterOn, setIsFooterOn] = useState<boolean>(false);
const [isFooterOn, setIsFooterOn] = useState<boolean>(true);
const onClickToNavigate = (path?: string) => {
if(!!path){