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

Commit 111d86b

Browse files
committed
lintfix
1 parent de26066 commit 111d86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/components/staking/staking_pool_detail_row.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { utils } from 'ts/utils/utils';
88

99
import { CircleCheckMark } from 'ts/components/ui/circle_check_mark';
1010
import { generateUniqueId, Jazzicon } from 'ts/components/ui/jazzicon';
11-
import { formatPercent, formatEther } from 'ts/utils/format_number';
11+
import { formatEther, formatPercent } from 'ts/utils/format_number';
1212

1313
const StyledStatLabel = styled.div`
1414
position: relative;

0 commit comments

Comments
 (0)