mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 14:40:27 +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
|
<InputWithDeco
|
||||||
title={'Fee Rate'}
|
title={'Fee Rate'}
|
||||||
|
value={newFeeRate}
|
||||||
placeholder={'ppm'}
|
placeholder={'ppm'}
|
||||||
amount={newFeeRate}
|
amount={newFeeRate}
|
||||||
override={'ppm'}
|
override={'ppm'}
|
||||||
|
@ -206,7 +207,7 @@ export const FeeCard: React.FC<FeeCardProps> = ({
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
withMargin={'16px 0 0'}
|
withMargin={'16px 0 0'}
|
||||||
>
|
>
|
||||||
Update Fees
|
Update Channel Details
|
||||||
<ChevronRight size={18} />
|
<ChevronRight size={18} />
|
||||||
</ColorButton>
|
</ColorButton>
|
||||||
</>
|
</>
|
||||||
|
|
Loadingโฆ
Add table
Reference in a new issue