From 81340968199e3885b25b0ef8334492d8b1c374b8 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Fri, 25 Feb 2022 00:29:05 +0300 Subject: [PATCH] refactor: string template --- src/components/imageDownloader/imageDownloader.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/imageDownloader/imageDownloader.js b/src/components/imageDownloader/imageDownloader.js index 01ff77013..e35c7f384 100644 --- a/src/components/imageDownloader/imageDownloader.js +++ b/src/components/imageDownloader/imageDownloader.js @@ -129,8 +129,8 @@ import template from './imageDownloader.template.html'; if (showControls) { html += '
'; - html += ''; - html += ''; + html += ``; + html += ``; html += '
'; } @@ -264,7 +264,7 @@ import template from './imageDownloader.template.html'; if (enableFooterButtons) { html += '
'; - html += ''; + html += ``; html += '
'; }