Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Apr 20, 2023
1 parent 1fa5b0e commit 05f9ace
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/SidebarUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,7 @@ function getOptionData(reportID) {
const hasMultipleParticipants = participantPersonalDetailList.length > 1 || result.isChatRoom || result.isPolicyExpenseChat;
const subtitle = ReportUtils.getChatRoomSubtitle(report, policies);

<<<<<<< HEAD
const login = Str.removeSMSDomain(personalDetail.login);
=======
const login = Str.removeSMSDomain(lodashGet(personalDetail, 'login', ''));
>>>>>>> 96575d4384 (Merge pull request #17694 from Expensify/jasper-showArchivedRoomsNoParticipants)
const formattedLogin = Str.isSMSLogin(login) ? LocalePhoneNumber.formatPhoneNumber(login) : login;

// We only create tooltips for the first 10 users or so since some reports have hundreds of users, causing performance to degrade.
Expand Down

0 comments on commit 05f9ace

Please sign in to comment.