From c5a6adc9b0e46a0202797a34fd9f4ccf309a9563 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Mon, 13 Dec 2021 14:45:17 -0700 Subject: [PATCH] rm render text in view --- src/pages/ReportParticipantsPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ReportParticipantsPage.js b/src/pages/ReportParticipantsPage.js index 6e56fbd62cc1..551f41884844 100755 --- a/src/pages/ReportParticipantsPage.js +++ b/src/pages/ReportParticipantsPage.js @@ -91,7 +91,7 @@ const ReportParticipantsPage = (props) => { styles.containerWithSpaceBetween, ]} > - {participants.length + {Boolean(participants.length) && (