Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit a6a4b10

Browse files
author
Adam
committed
fix invalid notification message
1 parent 296d765 commit a6a4b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/epics/timerEpics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const alertEpic = (
5555
const state = store.getState().users
5656

5757
notify("Time's up!", {
58-
body: 'Adam is up next!',
58+
body: `${state.list[state.activeUser]} is up next!`,
5959
badge: timer,
6060
icon: timer,
6161
vibrate: [2000, 2000, 2000],

0 commit comments

Comments
 (0)