Unsnooze updates when clicked

This commit is contained in:
Fedor Indutny 2022-12-13 14:55:52 -08:00 committed by GitHub
parent 19e51862ba
commit 490a565b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,7 @@ export function reducer(
return {
...state,
dialogType: DialogType.None,
didSnooze: false,
};
}