Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kanu-cast committed Oct 2, 2024
1 parent c65e379 commit 2e4eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TraineeDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function SupAdDashboard() {
}`}
>
{norating ? (
<h1>No ratings yet </h1>
<h1>No ratings yet here</h1>
) : quantityValue >= 1.5 ? (
<h1>Very Good</h1>
) : quantityValue >= 1 ? (
Expand Down

0 comments on commit 2e4eeee

Please sign in to comment.