Skip to content

Commit

Permalink
add issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperhuangg committed Jun 20, 2023
1 parent fc0916a commit 1fcc839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ function getOptions(

// We're only picking personal details that have logins set
// This is a temporary fix for all the logic that's been breaking because of the new privacy changes
// See for more context
// See https://github.com/Expensify/Expensify/issues/293465 for more context
// eslint-disable-next-line no-param-reassign
personalDetails = _.pick(personalDetails, (detail) => Boolean(detail.login));

Expand Down

0 comments on commit 1fcc839

Please sign in to comment.