Compare commits
No commits in common. "1ff1bc9269640329e7d5158cc7712f073de026f2" and "d87defbf9a175ac8fade2a835c7b4744a89be0cd" have entirely different histories.
1ff1bc9269
...
d87defbf9a
@ -142,14 +142,13 @@ const EmpOverview = ({ profile }) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Address */}
|
{/* Address */}
|
||||||
<div className="d-flex align-items-start">
|
<div className="d-flex align-items-start">
|
||||||
<span className="d-flex align-items-center">
|
<span className="d-flex">
|
||||||
<i className="bx bx-map bx-xs me-2 mt-1"></i>
|
<i className="bx bx-map bx-xs me-2 mt-1"></i>
|
||||||
<span className="text-nowrap">Address</span>
|
<span>Address</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span style={{ marginLeft: "86px" }}>:</span>
|
<span style={{ marginLeft: "86px" }}>:</span>
|
||||||
<span className="ms-5" style={{ marginRight: "75px" }}>
|
<span className="ms-5">
|
||||||
{profile?.currentAddress || <em>NA</em>}
|
{profile?.currentAddress || <em>NA</em>}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user