Skip to content

Commit

Permalink
Unsnooze updates when clicked
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
  • Loading branch information
automated-signal and indutny-signal committed Dec 14, 2022
1 parent 3436dd5 commit 5085859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/state/ducks/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export function reducer(
return {
...state,
dialogType: DialogType.None,
didSnooze: false,
};
}

Expand Down

0 comments on commit 5085859

Please sign in to comment.