From 13e8680a7c40756046672d2f5bb7ed97b8b09a52 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Mon, 25 Sep 2023 18:58:47 +0300 Subject: [PATCH] Add Checkboxes --- src/pages/ConnectExistingInstance/BeaconAddress.tsx | 5 ++--- src/pages/ConnectExistingInstance/ClientAddressRow.tsx | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/pages/ConnectExistingInstance/BeaconAddress.tsx b/src/pages/ConnectExistingInstance/BeaconAddress.tsx index e901f283..ede1fe08 100644 --- a/src/pages/ConnectExistingInstance/BeaconAddress.tsx +++ b/src/pages/ConnectExistingInstance/BeaconAddress.tsx @@ -1,6 +1,6 @@ -import { Input, Text } from "@status-im/components" +import { Checkbox, Input, Text } from "@status-im/components" import { useState } from "react" -import { Checkbox, Stack, Switch, XStack, YStack } from "tamagui" +import { Stack, Switch, XStack, YStack } from "tamagui" const BeackonAddress = () => { const [isBeaconSwitchOn, setIsBeaconSwitchOn] = useState(false) @@ -43,7 +43,6 @@ const BeackonAddress = () => { /> - { const [isBeaconSwitchOn, setIsBeaconSwitchOn] = useState(false) @@ -39,11 +39,10 @@ const ClientAddressRow = () => { { setVcPort(e)}} + onChangeText={(e) => { setVcPort(e) }} /> -