Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a551663

Browse files
committed
fix for bundling taas notifications
1 parent cd5cbfb commit a551663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/notifications.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ const isNotificationRuleEqual = (rule1, rule2) => {
352352
"projectRole",
353353
"topcoderRole",
354354
"originator",
355+
"textIsPlural",
355356
];
356357
const essentialRule1 = _.pick(rule1, ESSENTIAL_RULE_PROPERTIES);
357358
const essentialRule2 = _.pick(rule2, ESSENTIAL_RULE_PROPERTIES);

0 commit comments

Comments
 (0)