fix them de
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m15s

This commit is contained in:
2026-07-13 11:12:55 +07:00
parent 84ad60841c
commit 120ff1f3c8
3 changed files with 76 additions and 38 deletions

View File

@@ -422,8 +422,8 @@ export const WorkspaceSeatingChart: React.FC<WorkspaceSeatingChartProps> = ({
</button>
)}
<StudentAvatar fullName={student.fullName} avatar={student.avatar} isOnline={isOnline} size={40} />
<span className="seating-seat-name">
{student.fullName.split(' ').pop()}
<span className="seating-seat-name" title={student.fullName}>
{student.fullName}
</span>
<span className="seating-seat-code">
{student.studentCode}