We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a4850 commit 40c6dcaCopy full SHA for 40c6dca
src/components/Filter/index.tsx
@@ -3,11 +3,11 @@
3
import styles from "./Filter.module.css";
4
import { useRef } from "react";
5
import { useSearchParams, useRouter } from "next/navigation";
6
-import { Category, Device } from "@/badgehub-api-client/generated/models";
+import { Category, Badge } from "@/badgehub-api-client/generated/models";
7
8
type FilterProps = {
9
categories: Category[];
10
- devices: Device[];
+ devices: Badge[];
11
};
12
13
export function Filter({ categories, devices }: FilterProps) {
0 commit comments