Unsnooze updates when clicked
This commit is contained in:
parent
19e51862ba
commit
490a565b95
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ export function reducer(
|
|||
return {
|
||||
...state,
|
||||
dialogType: DialogType.None,
|
||||
didSnooze: false,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue