From 2f084c113852c2aec402b760d2effae3a740f825 Mon Sep 17 00:00:00 2001 From: Carl Sixsmith Date: Mon, 11 Nov 2024 10:30:01 +0000 Subject: [PATCH] Proper way to comment out menu --- .../Participants/Components/ParticipantActionMenu.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor b/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor index 942d295b..1f12f4da 100644 --- a/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor +++ b/src/Server.UI/Pages/Participants/Components/ParticipantActionMenu.razor @@ -21,10 +21,10 @@ Archive } - //@if (Participant.EnrolmentStatus.AllowSuspend()) - //{ - // Suspend - //} + @* @if (Participant.EnrolmentStatus.AllowSuspend()) + { + Suspend + } *@ @if (Participant.EnrolmentStatus.AllowSubmitToPqa()) {