巴林闲侠 2 years ago
parent
commit
8cc8d03a12
  1. 2
      web/client/src/sections/humanAffairs/containers/employeeInformation.jsx

2
web/client/src/sections/humanAffairs/containers/employeeInformation.jsx

@ -163,7 +163,7 @@ const employeeInformation = (props) => {
key: "departmrnt", key: "departmrnt",
render: (_, r, index) => { render: (_, r, index) => {
return ( return (
<div> <div style={{ display: 'flex' }}>
{ {
r.departmrnt.map((ite, idx) => { r.departmrnt.map((ite, idx) => {
let departmentsArr = [] let departmentsArr = []

Loading…
Cancel
Save