From 1ed8b29d64aebeb26f615755bbea6ad3e4da0c24 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Fri, 13 Mar 2026 18:51:30 +0800 Subject: [PATCH] style: format provider balance placeholder --- ui/components/provider-balance.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/components/provider-balance.tsx b/ui/components/provider-balance.tsx index f2da5206..6ba57659 100644 --- a/ui/components/provider-balance.tsx +++ b/ui/components/provider-balance.tsx @@ -285,9 +285,7 @@ export function ProviderBalance({ id='topup_amount' type='number' placeholder={ - isRoutstr - ? 'Enter amount in sats' - : 'Enter amount (1-500)' + isRoutstr ? 'Enter amount in sats' : 'Enter amount (1-500)' } value={topupAmount} onChange={(e) => {