Skip to content

Commit 4fef172

Browse files
committed
lint fixes
1 parent 5771dc0 commit 4fef172

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/src/components/formHelpers/form-fields.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
Alert,
32
ControlLabel,
43
FormControl,
54
FormGroup,
@@ -9,7 +8,6 @@ import { kebabCase, set } from 'lodash-es';
98
import normalizeUrl from 'normalize-url';
109
import React, { Fragment, useState } from 'react';
1110
import { Field } from 'react-final-form';
12-
import { useTranslation } from 'react-i18next';
1311
import Warning from '../../assets/icons/warning';
1412
import { FormOptions } from './form';
1513
import {
@@ -27,7 +25,6 @@ type FormFieldsProps = {
2725
};
2826

2927
function FormFields(props: FormFieldsProps): JSX.Element {
30-
const { t } = useTranslation();
3128
const { formFields, options = {} }: FormFieldsProps = props;
3229
const {
3330
ignored = [],

0 commit comments

Comments
 (0)