@ -87,6 +87,7 @@ const App = () => {
<Th>ФИО</Th>
<Th>Лаборатория</Th>
<Th>Время входа</Th>
<Th>ОФис</Th>
</tr>
</thead>
<tbody>
@ -97,6 +98,7 @@ const App = () => {
<Td>{item.name}</Td>
<Td>{item.lab}</Td>
<Td>{item.timeIn}</Td>
<Td>{item.officeName}</Td>
</Tr>
))}
</tbody>