Fix linting error

This commit is contained in:
Torjus Håkestad 2021-04-10 15:24:46 +02:00
parent ecfbf43b24
commit 14c2e7c110

View File

@ -37,6 +37,7 @@ export default class StatsPie extends Vue {
containerClass(): string {
return `stats-container-${this.statType}`;
}
chartClass(): string {
return `chart-container-${this.statType}`;
}