Update App.js

main
Vladimir Kutkovoy 1 year ago
parent c796288eef
commit a96133cdf1
  1. 2
      src/App.js

@ -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>

Loading…
Cancel
Save