From ecd985a3c7d3dbcac7636a25e6a4707a56993165 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Mon, 2 Oct 2023 12:56:43 -0400 Subject: [PATCH] Add a TODO comment to consider moving `localizeWithUrl` to some centralized place. --- src/www/views/contact_view/index.ts | 1 + 1 file changed, 1 insertion(+) 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 = '';