diff --git a/src/components/General/ValidatorsMenuWithPrice.tsx b/src/components/General/ValidatorsMenuWithPrice.tsx index add410e8..c4122230 100644 --- a/src/components/General/ValidatorsMenuWithPrice.tsx +++ b/src/components/General/ValidatorsMenuWithPrice.tsx @@ -4,9 +4,9 @@ import { Stack, XStack, YStack, useMedia } from 'tamagui' import { useSelector } from 'react-redux' import { CURRENCIES, ETH_PER_VALIDATOR } from '../../constants' -import CurrencyDropdown from './CurrencyDropdown' -import ResponsiveStack from './ResponsiveStack' import { RootState } from '../../redux/store' +import ResponsiveStack from './ResponsiveStack' +import CurrencyDropdown from './CurrencyDropdown' type ValidatorsMenuWithPriceProps = { validatorCount: number @@ -64,17 +64,7 @@ const ValidatorsMenuWithPrice = ({ - - - - {currency} - - - - - {totalPrice.toFixed(2)} {currency} - - + )