Skip to content

Commit

Permalink
refactor: prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Nov 14, 2024
1 parent ddca44c commit 76d2e89
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,7 @@ export function SendTokenForm({
validateOnBlur={true}
onSubmit={handleFormSubmit}
>
{({
isValid,
isSubmitting,
setFieldValue,
values,
submitForm,
}) => {
{({ isValid, isSubmitting, setFieldValue, values, submitForm }) => {
const newPayIotaAll =
parseAmount(values.amount, coinDecimals) === coinBalance &&
coinType === IOTA_TYPE_ARG;
Expand Down

0 comments on commit 76d2e89

Please sign in to comment.