remove extraneous semicolons

mary have mercy
This commit is contained in:
slice 2018-07-15 21:24:23 -07:00
parent c1f2b38ba2
commit 3fdf603cb5
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 3 additions and 3 deletions

View File

@ -8,15 +8,15 @@ import { log } from '../util.js'
import { domain as DOMAIN } from '../config.json'
export default class App extends Component {
websocket = null;
websocket = null
reconnectionTime = 1000;
reconnectionTime = 1000
state = {
loading: true,
error: null,
metrics: null,
};
}
async componentDidMount () {
await this.loadMetrics()