hide 1000 user banner

pull/312/head
Tim Pechersky 2021-10-13 17:23:09 +02:00
rodzic 22b3c3e027
commit 65df03af42
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ const Navbar = React.lazy(() => import("../components/Navbar"));
const RootLayout = (props) => {
const ui = useContext(UIContext);
const [showBanner, setShowBanner] = useState(true);
const [showBanner, setShowBanner] = useState(false);
return (
<Flex