Skip to content

Commit

Permalink
fix: fix lint after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Sep 30, 2024
1 parent 2253bc3 commit 203bf04
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {
} from '../../../selectors';

import { useAccountTotalFiatBalance } from '../../../hooks/useAccountTotalFiatBalance';
// TODO: Remove restricted import
// eslint-disable-next-line import/no-restricted-paths
import { formatValue, isValidAmount } from '../../../../app/scripts/lib/util';
import { getIntlLocale } from '../../../ducks/locale/locale';
import {
Expand Down

0 comments on commit 203bf04

Please sign in to comment.