From 0dcc2dc011c9390a323e13e491270a8e3a39276c Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Sun, 14 May 2023 13:43:44 +0200 Subject: [PATCH] Resolve merge conflicts --- src/libs/ReportUtils.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index c5bb9b6578f8..9c29161cf35f 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -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 @@ -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, @@ -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, };