meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
src/components/modals/OperationDetails.js
|
@ -183,7 +183,7 @@ const OperationDetails = connect(mapStateToProps)((props: Props) => { |
|
|
{fee ? ( |
|
|
{fee ? ( |
|
|
<Fragment> |
|
|
<Fragment> |
|
|
<OpDetailsData> |
|
|
<OpDetailsData> |
|
|
<FormattedVal unit={unit} showCode val={fee} color="dark" /> |
|
|
<FormattedVal unit={unit} showCode val={fee} color="smoke" /> |
|
|
</OpDetailsData> |
|
|
</OpDetailsData> |
|
|
</Fragment> |
|
|
</Fragment> |
|
|
) : ( |
|
|
) : ( |
|
|