|
|
@@ -20,7 +20,7 @@ import { SortIcon } from "@components/common/icons/SortIcon";
|
|
|
const SortOrder: FC<{
|
|
|
sortOrders: SortOrderTypes[];
|
|
|
title: string;
|
|
|
-}> = ({ sortOrders, title }) => {
|
|
|
+}> = ({ sortOrders }) => {
|
|
|
const searchParams = useSearchParams();
|
|
|
const pathname = usePathname();
|
|
|
const router = useRouter();
|