Skip to content

Commit 6b02674

Browse files
committed
job filter updated
1 parent 89a16a9 commit 6b02674

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/JobsPage/JobsFilter.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from "@/components/ui/select";
99
import { MultiSelect } from "../ui/multi-select";
1010
import { JobFilters } from "./types";
11-
import {toast} from 'sonner';
11+
import { toast } from "sonner";
1212

1313
interface JobsFilterProps {
1414
filters: JobFilters;
@@ -17,7 +17,6 @@ interface JobsFilterProps {
1717
isChanged: boolean;
1818
}
1919

20-
2120
export default function JobsFilter({
2221
filters,
2322
setFilters,

0 commit comments

Comments
 (0)