From c64514a5a6508081d44458ce27714bff83461479 Mon Sep 17 00:00:00 2001 From: Mosh Hamedani Date: Fri, 3 Mar 2023 09:44:02 -0800 Subject: [PATCH] Fix the issue with Chakra menus --- src/App.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 54bd2d3..31afaf3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { Grid, GridItem, HStack, Show } from "@chakra-ui/react"; +import { Box, Flex, Grid, GridItem, HStack, Show } from "@chakra-ui/react"; import { useState } from "react"; import GameGrid from "./components/GameGrid"; import GenreList from "./components/GenreList"; @@ -38,10 +38,12 @@ function App() { - - setGameQuery({ ...gameQuery, platform}) } /> + + + setGameQuery({ ...gameQuery, platform}) } /> + setGameQuery({ ...gameQuery, sortOrder })} /> - +