diff --git a/website/client/components/notifications.vue b/website/client/components/notifications.vue index 840462efb3..8cf7e722e4 100644 --- a/website/client/components/notifications.vue +++ b/website/client/components/notifications.vue @@ -569,10 +569,8 @@ export default { break; case 'STREAK_ACHIEVEMENT': this.text(`${this.$t('streaks')}: ${this.user.achievements.streak}`, () => { - if (!this.user.preferences.suppressModals.streak) { - this.$root.$emit('bv::show::modal', 'streak'); - } - }); + this.$root.$emit('bv::show::modal', 'streak'); + }, this.user.preferences.suppressModals.streak); this.playSound('Achievement_Unlocked'); break; case 'ULTIMATE_GEAR_ACHIEVEMENT':