Skip to content

Commit

Permalink
fix: 🐛 ppm input value
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Aug 9, 2020
1 parent f985e51 commit 13fd79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/fees/FeeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export const FeeCard: React.FC<FeeCardProps> = ({
/>
<InputWithDeco
title={'Fee Rate'}
value={newFeeRate}
placeholder={'ppm'}
amount={newFeeRate}
override={'ppm'}
Expand Down Expand Up @@ -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>
</>
Expand Down

0 comments on commit 13fd79e

Please sign in to comment.