Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 189c766

Browse files
committed
additional lints
1 parent e9062a6 commit 189c766

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ts/pages/staking/staking_pool.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { useAPIClient } from 'ts/hooks/use_api_client';
1616
import { State } from 'ts/redux/reducer';
1717
import { PoolEpochRewards, PoolWithHistoricalStats, WebsitePaths } from 'ts/types';
1818
import { errorReporter } from 'ts/utils/error_reporter';
19-
import { formatEther, formatZrx, formatPercent } from 'ts/utils/format_number';
19+
import { formatEther, formatPercent, formatZrx } from 'ts/utils/format_number';
2020
import { stakingUtils } from 'ts/utils/staking_utils';
2121

2222
export interface ActionProps {

ts/utils/api_client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as _ from 'lodash';
22

33
import {
4-
ETHZRXPriceResponse,
54
Network,
65
StakingAPIDelegatorHistoryItem,
76
StakingAPIDelegatorResponse,

0 commit comments

Comments
 (0)