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 c374970 + a4b9ae4 commit 2bb2904Copy full SHA for 2bb2904
src/pages/identity/administration/users/user/bec.jsx
@@ -312,7 +312,7 @@ const Page = () => {
312
becPollingCall.data.NewRules.length > 0 && (
313
<Box mt={2}>
314
<PropertyList>
315
- {becPollingCall.data.NewRules.map((rule) => (
+ {becPollingCall.data.NewRules.map((rule, index) => (
316
<PropertyListItem key={index} label={rule.Name} value={rule.Description} />
317
))}
318
</PropertyList>
0 commit comments