Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Wilms committed Dec 16, 2024
1 parent fe0e5ce commit cf71689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nexus.UI/Components/ResourceView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@
_isContextMenuOpen = true;
}


// style the rows where the Element.Position == 0 to have italic text.
private Func<CatalogItemViewModel, int, string> RowStyleFunc => (x, i) =>
{
Expand Down

0 comments on commit cf71689

Please sign in to comment.