mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-12 12:13:21 +00:00
style: format provider balance placeholder
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user