diff --git a/src/app/components/standup-picker/standup-picker.component.ts b/src/app/components/standup-picker/standup-picker.component.ts index 823ec00d..9c8e4e8f 100644 --- a/src/app/components/standup-picker/standup-picker.component.ts +++ b/src/app/components/standup-picker/standup-picker.component.ts @@ -81,6 +81,9 @@ export class StandupPickerComponent implements OnInit, OnDestroy { if (this.shuffleSubscription) { this.shuffleSubscription.unsubscribe(); } + if (this.standupSoundTimerSubscription) { + this.standupSoundTimerSubscription.unsubscribe(); + } } triggerPicker(): void {