Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Mar 4, 2025
1 parent ca1483e commit 70feb5a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ function SendDefaultChildren() {
<SendHeader />
{walletHasEth ? (
<div className="flex h-full flex-col justify-between gap-4">
<div>This wallet has ETH. Test by changing to a wallet with no ETH.</div>
<div>
This wallet has ETH. Test by changing to a wallet with no ETH.
</div>
{/* <div>
<SendAddressSelection />
{selectedRecipientAddress.value && !selectedToken && (
Expand Down

0 comments on commit 70feb5a

Please sign in to comment.