web: fix linting errors

This commit is contained in:
Jens Langhammer
2021-02-16 22:35:55 +01:00
parent a647917074
commit 68eefd083e
6 changed files with 7 additions and 5 deletions

View File

@ -40,7 +40,7 @@ export class BoundPoliciesList extends Table<PolicyBinding> {
} else if (item.user) {
return gettext(`User ${item.user.name}`);
} else {
return gettext(``);
return gettext("");
}
}

View File

@ -1,4 +1,3 @@
import { commands } from "codemirror";
import { CSSResult, customElement, html, LitElement, TemplateResult } from "lit-element";
import { COMMON_STYLES } from "../../common/styles";
import { SpinnerSize } from "../Spinner";