Skip to content

Commit 467cc6e

Browse files
committed
fix eslint
1 parent 58deebb commit 467cc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/Notification/LocalNotification/BrowserNotifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default {
113113
plainTextMessage = message?.type === 'COMMENT' ? getTextFromHtml(message?.html) : '';
114114
}
115115

116-
if (isChatRoom) {
116+
if (isRoomOrGroupChat) {
117117
const roomName = ReportUtils.getReportName(report);
118118
title = roomName;
119119
body = `${plainTextPerson}: ${plainTextMessage}`;

0 commit comments

Comments
 (0)