From 1be0de47c47d4b4ca5edcd10610dfd7b4b0c9a24 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 18 Apr 2024 18:33:58 +0300 Subject: [PATCH] fix(consensus-selection): replace custom with general card --- .../ConsensusClient/ConsensusSelection.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx index 2a93cad3..8b9003fd 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ConsensusClient/ConsensusSelection.tsx @@ -2,10 +2,9 @@ import { XStack, Stack, Text as TextTam, YStack } from 'tamagui' import { Text } from '@status-im/components' import PairedDeviceCard from './PairedDeviceCard' -import ConsensusGaugeCard from './ConsensusGaugeCard' import ConsensusClientCard from './ConsensusClientCard' import LinkWithArrow from '../../../../components/General/LinkWithArrow' - +import SyncStatusCard from '../../../../components/General/SyncStatusCard' import { useWindowSize } from '../../../../hooks/useWindowSize' const ConsensusSelection = () => { @@ -42,16 +41,14 @@ const ConsensusSelection = () => { }} > - - -