Skip to content

Commit

Permalink
Admit shouldn't be able to rating (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelumwari authored and NTElissa committed Oct 23, 2023
1 parent 9300e2b commit f9e848a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/ratings/ViewWeeklyRatings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,6 @@ function ViewSprintRatings({
) : (
''
)}
<button
type="button"
className="bg-[#8667F2] rounded-md text-sm font-medium text-white hover:bg-opacity-40 h-[43px] px-3"
onClick={() => setViewAddNewRating(true)}
>
{t('New Rating')}
</button>
</div>
) : (
<Dropout traineeStatus={traineeStatus} />
Expand All @@ -251,4 +244,4 @@ function ViewSprintRatings({
);
}

export default ViewSprintRatings;
export default ViewSprintRatings;

0 comments on commit f9e848a

Please sign in to comment.