This commit is contained in:
Nazareno Oviedo
2022-04-06 10:58:31 -03:00
+2
View File
@@ -29,6 +29,8 @@ export const Footer = () => {
router?.pathname === '/privacy-policy'
) {
setShow(false)
} else {
setShow(true)
}
}, [router?.pathname])