Skip to content

Commit 240e1b6

Browse files
committed
minor enhancement in App.js
1 parent 15d7c32 commit 240e1b6

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
@@ -37,7 +37,7 @@ function MyTimer({ expiryTimestamp }) {
3737
>
3838
Restart
3939
</button>
40-
<p>{isRunning ? 'running' : 'not running'}</p>
40+
<p>{isRunning ? 'Running' : 'Not running'}</p>
4141
</div>
4242
);
4343
}

0 commit comments

Comments
 (0)