Merge version_3 into main #9
@@ -18,7 +18,9 @@ export default function LandingPage() {
|
||||
const [showCookie, setShowCookie] = useState(false);
|
||||
useEffect(() => {
|
||||
const accepted = localStorage.getItem('cookies-accepted');
|
||||
if (!accepted) setShowCookie(true);
|
||||
if (!accepted) {
|
||||
setShowCookie(true);
|
||||
}
|
||||
}, []);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user