Skip to content

Commit

Permalink
virtualize -> mudvirtualize
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 17, 2024
1 parent b9db360 commit cb7f943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/Jordnaer/Features/Chat/ChatMessageList.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inject CurrentUser CurrentUser

<Virtualize Items="ActiveChat?.Messages" Context="message" OverscanCount="8" ItemSize="80">
<MudVirtualize Items="ActiveChat?.Messages" Context="message" OverscanCount="8" ItemSize="80">

@if (IsMessageFromSelf(message))
{
Expand Down Expand Up @@ -38,7 +38,7 @@
</MudTooltip>
</MudListItem>
}
</Virtualize>
</MudVirtualize>

@code
{
Expand Down

0 comments on commit cb7f943

Please sign in to comment.