chore: lint

This commit is contained in:
karishmas6
2024-10-28 19:07:08 +05:30
parent bbabf61cbe
commit 71a6a6f1fd

View File

@@ -19,7 +19,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
const { state, dispatch } = useContext(AuthContext);
const { user } = state;
const navigate = useNavigate();
const [anchorEl, setAnchorEl] = useState<null | HTMLElement>(null);
const handleMenuOpen = (event: React.MouseEvent<HTMLElement>) => {