Skip to content

Commit 6c20bb9

Browse files
committed
check file hash
1 parent f0b3db5 commit 6c20bb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/templates/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class App extends Component {
5858
// Set a one hour timeout to refresh and update data
5959
setTimeout(() => {
6060
window.location.reload();
61-
}, 3600000);
61+
}, 3000);
6262
return (
6363
<Grid fluid className="App">
6464
<Row>

0 commit comments

Comments
 (0)