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

Loading…
Cancel
Save