Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Aug 7, 2024
1 parent 7ddb98b commit 266b1e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/views/ScanConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface ScanConnectProps {

export default function ScanConnect({ wallet, onGetWallet }: ScanConnectProps) {
const service = wallet.services.find(
service => service.method === FCL_SERVICE_METHODS.WC
service => service.method === FCL_SERVICE_METHODS.WC,
)

const { uri, error, isLoading } = useUri(service)
Expand Down Expand Up @@ -61,10 +61,6 @@ export default function ScanConnect({ wallet, onGetWallet }: ScanConnectProps) {
<Text textStyle="body2" colorScheme="red">
{`An error has occurred while generating the QR code. Please try again.`}
</Text>

<Button variant="primary" size="sm" onClick={() => onGetWallet()}>
Try WalletConnect QR//TODO: fix it
</Button>
</Stack>
)}
</Box>
Expand Down

0 comments on commit 266b1e7

Please sign in to comment.