fix lint warning

This commit is contained in:
Bruno Windels 2021-09-16 16:39:17 +02:00
parent 381a12db20
commit a62627f6db

View file

@ -18,7 +18,7 @@ import {TemplateView} from "../../../general/TemplateView";
import {spinner} from "../../../common.js";
export class GapView extends TemplateView {
render(t, vm) {
render(t) {
const className = {
GapView: true,
isLoading: vm => vm.isLoading,