We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a630e + d43edb2 commit 9f8c032Copy full SHA for 9f8c032
src/components/CippFormPages/CippAddEditUser.jsx
@@ -269,7 +269,7 @@ const CippAddEditUser = (props) => {
269
formControl={formControl}
270
/>
271
</Grid>
272
- {userSettingsDefaults?.userAttributes?.map((attribute, idx) => (
+ {userSettingsDefaults?.userAttributes?.filter((attribute) => attribute.value !== "sponsor").map((attribute, idx) => (
273
<Grid item xs={6} key={idx}>
274
<CippFormComponent
275
type="textField"
0 commit comments