mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Added auto-refresh on all tests table
This commit is contained in:
1
resources/js/components/Graphics/TableRow.js
vendored
1
resources/js/components/Graphics/TableRow.js
vendored
@@ -28,7 +28,6 @@ export default class TableRow extends Component {
|
||||
render() {
|
||||
var e = this.state.data;
|
||||
var show = this.state.show;
|
||||
console.log(e.server_host == null);
|
||||
|
||||
return (
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user