This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user