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())
{