diff --git a/src/components/Global/Sorting/index.tsx b/src/components/Global/Sorting/index.tsx index c31797cd9..77fb5f724 100644 --- a/src/components/Global/Sorting/index.tsx +++ b/src/components/Global/Sorting/index.tsx @@ -9,10 +9,11 @@ const Sorting = ({ title }: SortingProps) => { const [active, setActive] = useState(false) return (