forked from mystiq/hydrogen-web
fix lint warning
This commit is contained in:
parent
381a12db20
commit
a62627f6db
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue