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