mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +01:00
fix: ๐ ppm input value
This commit is contained in:
parent
f985e51b98
commit
13fd79e25a
1 changed files with 2 additions and 1 deletions
|
@ -146,6 +146,7 @@ export const FeeCard: React.FC<FeeCardProps> = ({
|
|||
/>
|
||||
<InputWithDeco
|
||||
title={'Fee Rate'}
|
||||
value={newFeeRate}
|
||||
placeholder={'ppm'}
|
||||
amount={newFeeRate}
|
||||
override={'ppm'}
|
||||
|
@ -206,7 +207,7 @@ export const FeeCard: React.FC<FeeCardProps> = ({
|
|||
fullWidth={true}
|
||||
withMargin={'16px 0 0'}
|
||||
>
|
||||
Update Fees
|
||||
Update Channel Details
|
||||
<ChevronRight size={18} />
|
||||
</ColorButton>
|
||||
</>
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue