Fix missing empty line
This commit is contained in:
parent
c9cfc2c139
commit
8a1bbdaa1c
@ -126,6 +126,7 @@ export default class Home extends Vue {
|
|||||||
this.updateStats();
|
this.updateStats();
|
||||||
}, 5000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
unmounted(): void {
|
unmounted(): void {
|
||||||
clearInterval(this.updaterHandle);
|
clearInterval(this.updaterHandle);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user