From ebe3ff242c36217fd59c495439fb416634fe49f1 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 7 Feb 2021 00:21:23 +0900 Subject: [PATCH] remove useless ternary and always apply background color --- src/controllers/dashboard/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/dashboard/dashboard.js b/src/controllers/dashboard/dashboard.js index bc7ae84986..14f434dc51 100644 --- a/src/controllers/dashboard/dashboard.js +++ b/src/controllers/dashboard/dashboard.js @@ -260,7 +260,7 @@ import confirm from '../../components/confirm/confirm'; html += '
'; html += '
'; html += '
'; - html += `
`; + html += `
`; if (imgUrl) { html += '