diff --git a/src/v2/components/Validators/Table/index.jsx b/src/v2/components/Validators/Table/index.jsx index 8a10c221..0be0d280 100644 --- a/src/v2/components/Validators/Table/index.jsx +++ b/src/v2/components/Validators/Table/index.jsx @@ -23,6 +23,7 @@ import Avatar from 'v2/components/UI/Avatar'; import {LAMPORT_SOL_RATIO} from '../../../constants'; import Socket from '../../../stores/socket'; import Loader from '../../UI/Loader'; +import HelpLink from '../../HelpLink'; import useStyles from './styles'; const ValidatorsTable = ({separate}: {separate: boolean}) => { @@ -112,10 +113,18 @@ const ValidatorsTable = ({separate}: {separate: boolean}) => {