Skip to content

Commit

Permalink
text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NickShtefan committed Nov 15, 2020
1 parent 0f593f5 commit 69f1e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/common/SendSwapWidget/SendSwapWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ export const SendSwapWidget: FunctionComponent<Props> = ({
{actionText}
</Button>
<Hint>
Physical space is often conceived in three linear dimensions, although modern physicists
usually consider it, with time
fee calculator comming soon
</Hint>
</ActionWrapper>
</WrapperCard>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const TransactionDetailsModal: FunctionComponent<Props> = ({ signature, c
{transaction.meta ? (
<FieldWrapper>
<FieldTitle>Fee</FieldTitle>
<FieldValue>{transaction.meta.fee} SOL</FieldValue>
<FieldValue>{transaction.meta.fee} lamports</FieldValue>
{/* <FieldValue>0,00009492 BTC</FieldValue> */}
</FieldWrapper>
) : null}
Expand Down

0 comments on commit 69f1e38

Please sign in to comment.