Fix linting error
This commit is contained in:
parent
ecfbf43b24
commit
14c2e7c110
@ -37,6 +37,7 @@ export default class StatsPie extends Vue {
|
|||||||
containerClass(): string {
|
containerClass(): string {
|
||||||
return `stats-container-${this.statType}`;
|
return `stats-container-${this.statType}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
chartClass(): string {
|
chartClass(): string {
|
||||||
return `chart-container-${this.statType}`;
|
return `chart-container-${this.statType}`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user