fix: ๐Ÿ› ppm input value

This commit is contained in:
Anthony Potdevin 2020-08-09 23:20:47 +02:00
parent f985e51b98
commit 13fd79e25a
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -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>
</>