Skip to content

Commit 2e4eeee

Browse files
committed
initial commit
1 parent c65e379 commit 2e4eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/TraineeDashboard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ function SupAdDashboard() {
349349
}`}
350350
>
351351
{norating ? (
352-
<h1>No ratings yet </h1>
352+
<h1>No ratings yet here</h1>
353353
) : quantityValue >= 1.5 ? (
354354
<h1>Very Good</h1>
355355
) : quantityValue >= 1 ? (

0 commit comments

Comments
 (0)