Ensure disabled timer notification is 'to off' not 'to seconds'

pull/1/head
Scott Nonnenberg 7 years ago
parent f5852bb357
commit 5823ae3951

@ -101,7 +101,9 @@
let timerMessage;
const timerUpdate = this.model.get('expirationTimerUpdate');
const prettySeconds = Whisper.ExpirationTimerOptions.getName(seconds);
const prettySeconds = Whisper.ExpirationTimerOptions.getName(
seconds || 0
);
if (
timerUpdate &&

Loading…
Cancel
Save