Skip to content

Commit

Permalink
Revert "Admit shouldn't be able to rating (#327)" (#351)
Browse files Browse the repository at this point in the history
This reverts commit 5fcdb3e.
  • Loading branch information
ceelogre authored Nov 17, 2023
1 parent 9721d35 commit 4f521d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/ratings/ViewWeeklyRatings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,13 @@ 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 @@ -244,4 +251,4 @@ function ViewSprintRatings({
);
}

export default ViewSprintRatings;
export default ViewSprintRatings;

1 comment on commit 4f521d5

@vercel
Copy link

@vercel vercel bot commented on 4f521d5 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

metron-devpulse – ./

metron-devpulse.vercel.app
metron-devpulse-metron.vercel.app
metron-devpulse-git-develop-metron.vercel.app

Please sign in to comment.