From 71a6a6f1fdc5f018620596ab4c95e36c321ec6ac Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 19:07:08 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 7de1e3a1..cf6b7e07 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -19,7 +19,7 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) => const { state, dispatch } = useContext(AuthContext); const { user } = state; const navigate = useNavigate(); - + const [anchorEl, setAnchorEl] = useState(null); const handleMenuOpen = (event: React.MouseEvent) => {