Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed May 14, 2023
1 parent 4b15a28 commit 0dcc2dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1885,8 +1885,6 @@ function getWhisperDisplayNames(participants) {
return _.map(participants, (login) => getDisplayNameForParticipant(login, !isWhisperOnlyVisibleToCurrentUSer)).join(', ');
}

<<<<<<< HEAD
=======
/**
* Show subscript on IOU or expense report
* @param {Object} report
Expand All @@ -1912,7 +1910,6 @@ function isReportDataReady() {
return !_.isEmpty(allReports) && _.some(_.keys(allReports), (key) => allReports[key].reportID);
}

>>>>>>> 365f43cb2d (Merge pull request #18788 from aimane-chnaif/issue-18781)
export {
getReportParticipantsTitle,
isReportMessageAttachment,
Expand Down Expand Up @@ -1992,13 +1989,7 @@ export {
canRequestMoney,
getWhisperDisplayNames,
getWorkspaceAvatar,
<<<<<<< HEAD
=======
isThread,
isThreadParent,
isThreadFirstChat,
shouldReportShowSubscript,
isReportDataReady,
>>>>>>> 365f43cb2d (Merge pull request #18788 from aimane-chnaif/issue-18781)
isSettled,
};

0 comments on commit 0dcc2dc

Please sign in to comment.