diff --git a/static/pages/admin_products.js b/static/pages/admin_products.js index 66aeb88..75f93ac 100644 --- a/static/pages/admin_products.js +++ b/static/pages/admin_products.js @@ -41,7 +41,7 @@ function handleImagePresence(row) { } let pretty = isThere ? '' : ''; - const template = `${pretty} `; + const template = `${pretty} `; return template; }