Skip to content

Commit

Permalink
Proper way to comment out menu
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsixsmith-moj committed Nov 11, 2024
1 parent 5c438e5 commit c86b502
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<MudMenuItem Icon="@Icons.Material.Filled.Delete" IconColor="Color.Error" OnClick="Archive">Archive</MudMenuItem>
}

//@if (Participant.EnrolmentStatus.AllowSuspend())
//{
// <MudMenuItem Icon="@Icons.Material.Filled.HideSource" IconColor="Color.Error" OnClick="Suspend">Suspend</MudMenuItem>
//}
@* @if (Participant.EnrolmentStatus.AllowSuspend())
{
<MudMenuItem Icon="@Icons.Material.Filled.HideSource" IconColor="Color.Error" OnClick="Suspend">Suspend</MudMenuItem>
} *@

@if (Participant.EnrolmentStatus.AllowSubmitToPqa())
{
Expand Down

0 comments on commit c86b502

Please sign in to comment.