Skip to content

Commit

Permalink
feat(neuron-ui): add CKB unit in the transaction fee field
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 25, 2019
1 parent 9ce3174 commit e6107e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const TransactionFee: React.FunctionComponent<TransactionFee> = ({
<Label>{t('send.fee')}</Label>
</Stack.Item>
<Stack.Item grow>
<TextField value={fee} readOnly />
<TextField value={`${fee} CKB`} readOnly />
</Stack.Item>
{actionSpacer}
</Stack>
Expand Down

0 comments on commit e6107e5

Please sign in to comment.