Browse Source

removed extraneos space

pull/27/head
Brad Cathey 4 months ago
parent
commit
55c4ac304a
  1. 2
      src/components/layout/Navbar/Navbar.tsx

2
src/components/layout/Navbar/Navbar.tsx

@ -66,7 +66,7 @@ const NavBar: React.FC<Props> = ({
const [isOpenBlockedNamesModal, setIsOpenBlockedNamesModal] =
useState<boolean>(false);
const [anchorElNotification, setAnchorElNotification] =
const [anchorElNotification, setAnchorElNotification] =
React.useState<HTMLButtonElement | null>(null);
const filterValue = useSelector(
(state: RootState) => state.video.filterValue

Loading…
Cancel
Save