From f9e848ae1150cbdea3552b25330fdc724eea8471 Mon Sep 17 00:00:00 2001 From: Rachel UMWARI <94528079+rachelumwari@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:54:17 +0200 Subject: [PATCH] Admit shouldn't be able to rating (#327) --- src/components/ratings/ViewWeeklyRatings.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/ratings/ViewWeeklyRatings.tsx b/src/components/ratings/ViewWeeklyRatings.tsx index 782a0217f..6bb1581d2 100644 --- a/src/components/ratings/ViewWeeklyRatings.tsx +++ b/src/components/ratings/ViewWeeklyRatings.tsx @@ -224,13 +224,6 @@ function ViewSprintRatings({ ) : ( '' )} - ) : ( @@ -251,4 +244,4 @@ function ViewSprintRatings({ ); } -export default ViewSprintRatings; \ No newline at end of file +export default ViewSprintRatings;