Skip to content

Commit 5d5af8f

Browse files
authored
Merge pull request #31484 from Expensify/monil-fixKeyWarnings
Fix redundant key console warnings
2 parents f168423 + f0a8415 commit 5d5af8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/settings/InitialSettingsPage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ function InitialSettingsPage(props) {
173173
.filter((policy) => PolicyUtils.shouldShowPolicy(policy, props.network.isOffline))
174174
.sortBy((policy) => policy.name.toLowerCase())
175175
.map((policy) => ({
176+
id: policy.id,
176177
source: policy.avatar || ReportUtils.getDefaultWorkspaceAvatar(policy.name),
177178
name: policy.name,
178179
type: CONST.ICON_TYPE_WORKSPACE,

0 commit comments

Comments
 (0)