Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed May 11, 2022
1 parent 3c6ae8e commit 0e73388
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const TransferDetail = (): JSX.Element => {
</NavigationContainer>
<p>
<strong>
{type} {amount} {tokenType}
{type}
<br />
{amount} {tokenType}
</strong>
<br />
{dateTimeFormatted}
Expand Down

0 comments on commit 0e73388

Please sign in to comment.