Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Korniichuk Oleksandr authored and esaminu committed Jan 19, 2022
1 parent 892ab7c commit 0dd35c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import React, { useState, useMemo } from 'react';
import { Translate } from 'react-localize-redux';
import { useDispatch } from 'react-redux';

import { getProjectValidatorPrefix } from '../../../utils/constants';
import { MAINNET, TESTNET } from '../../../utils/constants';
import { wallet } from '../../../utils/wallet';
import ListWrapper from './ListWrapper';
import ValidatorBox from './ValidatorBox';
const { fetchToken } = tokensActions;


export default function Validators({ validators, stakeFromAccount }) {
const [validator, setValidator] = useState('');
Expand Down

0 comments on commit 0dd35c2

Please sign in to comment.