fix(exam): fix startexam function (not finding examdata)

This commit is contained in:
shafin-r
2025-07-22 22:08:42 +06:00
parent 341a46e788
commit d57aa9b073
5 changed files with 31 additions and 25 deletions

View File

@ -110,7 +110,7 @@ const Header = ({
</AvatarFallback>
</Avatar>
<span className={styles.text}>
Hello {userData?.name ? userData.name.split(" ")[0] : ""}
Hello, {userData?.name ? userData.name.split(" ")[0] : ""}
</span>
</div>
)}