Skip to content

Commit

Permalink
Merge pull request Expensify#31484 from Expensify/monil-fixKeyWarnings
Browse files Browse the repository at this point in the history
Fix redundant key console warnings
  • Loading branch information
robertjchen authored Nov 17, 2023
2 parents f168423 + f0a8415 commit 5d5af8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/InitialSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function InitialSettingsPage(props) {
.filter((policy) => PolicyUtils.shouldShowPolicy(policy, props.network.isOffline))
.sortBy((policy) => policy.name.toLowerCase())
.map((policy) => ({
id: policy.id,
source: policy.avatar || ReportUtils.getDefaultWorkspaceAvatar(policy.name),
name: policy.name,
type: CONST.ICON_TYPE_WORKSPACE,
Expand Down

0 comments on commit 5d5af8f

Please sign in to comment.