bs-unified-ui 1.0.927 → 1.0.929
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -46248,6 +46248,8 @@ var useNotificationsV2 = function (options) {
|
|
|
46248
46248
|
});
|
|
46249
46249
|
}
|
|
46250
46250
|
});
|
|
46251
|
+
// Stop audio repeat for old online store event reminders
|
|
46252
|
+
stopAudioRepeatForGroupIfNoReminders('online_store');
|
|
46251
46253
|
reminderGroups = getReminderGroups(allRemindersRef.current);
|
|
46252
46254
|
reminderGroups.forEach(function (group) {
|
|
46253
46255
|
playAudioForGroup(group);
|