We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabf34e commit 58deebbCopy full SHA for 58deebb
1 file changed
src/libs/Notification/LocalNotification/BrowserNotifications.ts
@@ -100,7 +100,7 @@ export default {
100
let body;
101
const icon = usesIcon ? EXPENSIFY_ICON_URL : '';
102
103
- const isChatRoom = ReportUtils.isChatRoom(report) || ReportUtils.isPolicyExpenseChat(report) || ReportUtils.isGroupChat(report);
+ const isRoomOrGroupChat = ReportUtils.isChatRoom(report) || ReportUtils.isPolicyExpenseChat(report) || ReportUtils.isGroupChat(report);
104
105
const {person, message} = reportAction;
106
const plainTextPerson = person?.map((f) => Str.removeSMSDomain(f.text ?? '')).join() ?? '';
0 commit comments