Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed Mar 30, 2024
1 parent ef96516 commit 1481ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aoWebWallet/Pages/WalletDetail.razor
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
@if (BindingContext.SelectedProcessData?.Data?.Processes.Any() ?? false)
{
<MudItem xs="12" sm="6">
<MudStack
<MudStack>
<MudText Typo="Typo.h5">AOS</MudText>
<MudText Typo="Typo.subtitle1">List of owned AOS processes</MudText>
<MudTimeline TimelinePosition="TimelinePosition.Left">
Expand Down

0 comments on commit 1481ea4

Please sign in to comment.