Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Nov 3, 2023
1 parent c9ef289 commit 699467c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libs/design-system/src/form/ConfigurationNumber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { FieldValues, Path, PathValue, UseFormReturn } from 'react-hook-form'
import { ConfigFields, useRegisterForm } from './configurationFields'
import { NumberField } from '../core/NumberField'
import { FieldLabelAndError } from '../components/Form'
import { toFixedMax, toFixedOrPrecision } from '../lib/numbers'
import { useMemo } from 'react'

type Props<Values extends FieldValues, Categories extends string> = {
Expand Down
1 change: 0 additions & 1 deletion libs/design-system/src/form/ConfigurationSiacoin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { FieldLabelAndError } from '../components/Form'
import { ConfigFields, useRegisterForm } from './configurationFields'
import BigNumber from 'bignumber.js'
import { useMemo } from 'react'
import { toFixedMax } from '../lib/numbers'

type Props<Values extends FieldValues, Categories extends string> = {
name: Path<Values>
Expand Down

0 comments on commit 699467c

Please sign in to comment.