Skip to content

Commit f0118fc

Browse files
authored
Update Icons.tsx
1 parent ba8d08d commit f0118fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ui/Icons/Icons.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function FileIcon(props: any) {
1111
</svg>
1212
);
1313
}
14-
export function Crops(props: any) {
14+
export function Crops() {
1515
return (
1616
<svg
1717
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)