We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a49fd commit 0baa875Copy full SHA for 0baa875
apps/condo/domains/user/components/UserOrganizationsList.tsx
@@ -93,7 +93,7 @@ const OrganizationEmployeeItem: React.FC<IOrganizationEmployeeItem> = (props) =>
93
<Typography.Text type='secondary'>ID</Typography.Text>
94
</Col>
95
<Col lg={18} xs={12} offset={1}>
96
- <Typography.Text>{employee.organization.id}</Typography.Text>
+ <NotDefinedField value={get(employee, ['organization', 'id'])} />
97
98
</>
99
)
0 commit comments