diff --git a/src/www/views/contact_view/index.ts b/src/www/views/contact_view/index.ts index dbf78bfc602..30bd41bb34e 100644 --- a/src/www/views/contact_view/index.ts +++ b/src/www/views/contact_view/index.ts @@ -181,6 +181,7 @@ export class ContactView extends LitElement { this.dispatchEvent(new CustomEvent('success')); } + // TODO: Consider moving this functionality to a more centralized place for re-use. private localizeWithUrl(messageID: string, url: string): TemplateResult { const beginUrl = ``; const endUrl = '';