Skip to content
Snippets Groups Projects
Commit 1cd293dc authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Make linter happy

parent d835db8b
No related branches found
No related tags found
No related merge requests found
Pipeline #207477 passed
import {html, LitElement, css} from 'lit';
import {html, css} from 'lit';
import {createInstance} from './i18n';
import * as commonStyles from '../styles.js';
import {Icon} from "./icon";
......@@ -99,7 +99,7 @@ export class Modal extends DBPLitElement {
title="${i18n.t('dbp-modal.close')}"
class="modal-close"
aria-label="Close modal"
@click="${() => {this.close()}}">
@click="${() => {this.close();}}">
<dbp-icon
title="${i18n.t('dbp-modal.close')}"
name="close"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment