mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
fix lint warning
This commit is contained in:
parent
381a12db20
commit
a62627f6db
@ -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 New Issue
Block a user