Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Dec 16, 2024
1 parent b09b3ab commit e3fe08e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { Component } from 'react';
import type { Node } from 'react';
import styles from './SingleTokenRow.scss';
import { ReactComponent as NoAssetLogo } from '../../../../assets/images/assets-page/token-default-logo.inline.svg';
import {
truncateAddressShort,
formattedAmountToNaturalUnits,
Expand Down
1 change: 0 additions & 1 deletion packages/yoroi-extension/app/styles/overrides/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { darkThemeBase } from '../themes/dark-theme-base';
import { lightThemeBase } from '../themes/light-theme-base';
import { opacity } from '../themes/tokens/tokens';

const { palette: darkThemePalette } = darkThemeBase;
const { palette: lightThemePalette } = lightThemeBase;
Expand Down

0 comments on commit e3fe08e

Please sign in to comment.