Skip to content

Commit 409a375

Browse files
committed
minor enhancement
1 parent 1b29b03 commit 409a375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ function MyTimer({ expiryTimestamp }) {
88
minutes,
99
hours,
1010
days,
11+
isRunning,
1112
start,
1213
pause,
1314
resume,
1415
restart,
15-
isRunning,
1616
} = useTimer({ expiryTimestamp, onExpire: () => console.warn('onExpire called') });
1717

1818

0 commit comments

Comments
 (0)