Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn committed Sep 28, 2023
1 parent eae0543 commit 3c2c8a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/BalanceDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { checkCurrentBalance, checkTokenState } from '~/store/token/actions';
import { IconCircles } from '~/styles/icons';
import { ISSUANCE_RATE_MONTH } from '~/utils/constants';
import { formatCirclesValue } from '~/utils/format';
import theme from '~/styles/theme';

const useStyles = makeStyles((theme) => ({
box: {
Expand Down

0 comments on commit 3c2c8a7

Please sign in to comment.