Skip to content

Commit

Permalink
[token-address] linting
Browse files Browse the repository at this point in the history
Signed-off-by: David Echelberger <eberger727@gmail.com>
  • Loading branch information
dechdev committed Apr 19, 2022
1 parent 4b3dcc4 commit 444b700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/Forms/PrivateForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface NetworkIdentity {
}

export const PrivateForm: React.FC = () => {
const { jsonPayload, setJsonPayload, activeForm, setPayloadMissingFields } =
const { jsonPayload, setJsonPayload, activeForm } =
useContext(ApplicationContext);
const { t } = useTranslation();
const [message, setMessage] = useState<string>(DEFAULT_MESSAGE_STRING);
Expand Down
3 changes: 0 additions & 3 deletions ui/src/components/Forms/TransferForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ import {
FormControl,
Grid,
InputLabel,
ListItemText,
MenuItem,
OutlinedInput,
Select,
SelectChangeEvent,
TextField,
Typography,
} from '@mui/material';
Expand Down

0 comments on commit 444b700

Please sign in to comment.