Skip to content

Commit e6107e5

Browse files
committed
feat(neuron-ui): add CKB unit in the transaction fee field
1 parent 9ce3174 commit e6107e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/neuron-ui/src/components/TransactionFeePanel

packages/neuron-ui/src/components/TransactionFeePanel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const TransactionFee: React.FunctionComponent<TransactionFee> = ({
5454
<Label>{t('send.fee')}</Label>
5555
</Stack.Item>
5656
<Stack.Item grow>
57-
<TextField value={fee} readOnly />
57+
<TextField value={`${fee} CKB`} readOnly />
5858
</Stack.Item>
5959
{actionSpacer}
6060
</Stack>

0 commit comments

Comments
 (0)