From 70feb5aa9bbceeb2929bf29777a3b38abcc524f1 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 4 Mar 2025 11:47:13 -0800 Subject: [PATCH] fix lints --- .../components/wallet-advanced-send/components/Send.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wallet/components/wallet-advanced-send/components/Send.tsx b/src/wallet/components/wallet-advanced-send/components/Send.tsx index 640028c3ea..6853a6b3d2 100644 --- a/src/wallet/components/wallet-advanced-send/components/Send.tsx +++ b/src/wallet/components/wallet-advanced-send/components/Send.tsx @@ -52,7 +52,9 @@ function SendDefaultChildren() { {walletHasEth ? (
-
This wallet has ETH. Test by changing to a wallet with no ETH.
+
+ This wallet has ETH. Test by changing to a wallet with no ETH. +
{/*
{selectedRecipientAddress.value && !selectedToken && (