Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed May 29, 2024
1 parent c306806 commit b446d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aoWebWallet/Pages/TransactionDetail.razor
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
}

<MudLink Class="KodeMono" style="text-overflow: ellipsis; white-space: nowrap;overflow: hidden;" Href="@detailUrlFrom" Typo="Typo.h6">
@transfer.From.ToShortAddress()
@transfer.From
</MudLink>
<MudIcon Icon="@Icons.Material.Filled.ArrowRight" aria-label="Receive"></MudIcon>

<MudLink Class="KodeMono" style="text-overflow: ellipsis; white-space: nowrap;overflow: hidden;" Href="@detailUrlTo" Typo="Typo.h6">
@transfer.To.ToShortAddress()
@transfer.To
</MudLink>

@if (tokenData != null)
Expand Down

0 comments on commit b446d28

Please sign in to comment.