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