We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd3c7d commit e3474a9Copy full SHA for e3474a9
demo/components/UseTimerDemo.js
@@ -21,7 +21,7 @@ export default function UseTimerDemo({ expiryTimestamp }) {
21
<div style={{ textAlign: 'center' }}>
22
<h1>react-timer-hook </h1>
23
<p>Timer Demo</p>
24
- <StyledTimer seconds={seconds} minutes={minutes} hours={hours}/>
+ <StyledTimer seconds={seconds} minutes={minutes} hours={hours} days={days} />
25
<p>{isRunning ? 'Running' : 'Not running'}</p>
26
<Button type="button" onClick={start}>Start</Button>
27
<Button type="button" onClick={pause}>Pause</Button>
0 commit comments