Skip to content

Commit 0457877

Browse files
[Code Quality] Implement SonarQube improvements
1 parent 2d3d679 commit 0457877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SysML2.NET.Viewer/Pages/Projects.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
<Columns>
3333
<RadzenDataGridColumn TItem="Project" Title="Name">
3434
<Template Context="project">
35-
<a href="/projects/@project?.Id">@project.Name</a>
35+
<a href="/projects/@project?.Id">@project?.Name</a>
3636
</Template>
3737
</RadzenDataGridColumn>
3838
<RadzenDataGridColumn TItem="Project" Property="Description" Title="Description" />

0 commit comments

Comments
 (0)