From 5944a4fb09afe673cb27e142f65a13aee901fda2 Mon Sep 17 00:00:00 2001 From: Olivia Mestre Llobell <59211313+BYolivia@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:50:38 +0100 Subject: [PATCH] Fix template literal usage in DashboardPage for HTML rendering --- src/pages/DashboardPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DashboardPage.js b/src/pages/DashboardPage.js index 72bf1c5..f7ec21a 100644 --- a/src/pages/DashboardPage.js +++ b/src/pages/DashboardPage.js @@ -5,7 +5,7 @@ export function renderDashboard() { const container = document.createElement('div'); container.className = 'dashboard'; - container.innerHTML = html` + container.innerHTML = `