fix localStorage build

This commit is contained in:
apoorvlathey
2024-10-30 17:05:41 +04:00
parent 8a509da130
commit 895f6d37b2
2 changed files with 11 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ import axios from "axios";
const CLOSED_KEY = "new-ui-notif-closed";
function NotificationBar() {
const isClosed = localStorage.getItem(CLOSED_KEY);
// const isClosed = localStorage.getItem(CLOSED_KEY);
// const [isVisible, setIsVisible] = useState(
// isClosed === "true" ? false : true