Skip to content
Snippets Groups Projects
Commit 178310ac authored by Larbi Gharib's avatar Larbi Gharib
Browse files

No organization

Change-Id: I3274d959e3268a72527d212806734cb470d551d8
parent 9798c518
No related branches found
No related tags found
No related merge requests found
......@@ -368,9 +368,7 @@ export default function Users(props) {
fontSize="small"
style={{ marginRight: "10px" }}
/>{" "}
{contact.organization
? contact.organization
: "No organization"}
{contact.organization}
</li>
</ul>
</CardBody>
......
......@@ -337,13 +337,11 @@ export default function Users(props) {
{user.username}
</li>
<li>
<BusinessOutlinedIcon
{user.organization && <BusinessOutlinedIcon
fontSize="small"
style={{ marginRight: "10px" }}
/>{" "}
{user.organization
? user.organization
: "No organization"}
/>}{" "}
{user.organization}
</li>
</ul>
</GridItem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment