Skip to content

Commit 6c2a3f6

Browse files
committed
fix frontend linting
1 parent 395d80a commit 6c2a3f6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

backend/config/staticfiles/rest_framework/js/jquery-3.5.1.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/features/events/components/EventFormFields.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { useCallback, useState } from "react";
2-
import { Control, UseFieldArrayReturn, useFieldArray } from "react-hook-form";
2+
import { useFieldArray } from "react-hook-form";
33
import { Plus, Trash2, Undo2 } from "lucide-react";
44
import { Button } from "@/shared/components/ui/button";
55
import { Input } from "@/shared/components/ui/input";
66
import { Label } from "@/shared/components/ui/label";
77
import { Textarea } from "@/shared/components/ui/textarea";
88
import { Checkbox } from "@/shared/components/ui/checkbox";
99
import {
10-
Form,
1110
FormControl,
1211
FormField,
1312
FormItem,

frontend/src/features/events/pages/MySubmissionsPage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {
1111
Calendar,
1212
Clock,
1313
CheckCircle,
14-
XCircle,
15-
AlertCircle,
1614
Trash2,
1715
} from "lucide-react";
1816
import { formatEventDate } from "@/shared/lib/dateUtils";

0 commit comments

Comments
 (0)