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) }} /> -