From 1e864b4bd54d808ec63b65e4bd619a2a77fe235b Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 15 Dec 2025 20:50:59 -0800 Subject: [PATCH] Update UIDashboard.js --- src/gui/src/UI/Dashboard/UIDashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/UI/Dashboard/UIDashboard.js b/src/gui/src/UI/Dashboard/UIDashboard.js index 1bd5736e3..3ea38cc0e 100644 --- a/src/gui/src/UI/Dashboard/UIDashboard.js +++ b/src/gui/src/UI/Dashboard/UIDashboard.js @@ -94,7 +94,7 @@ async function UIDashboard (options) { // User options button at bottom h += '
'; h += `
`; - h += `
`; + h += `
`; h += `${html_encode(window.user?.username || 'User')}`; h += ``; h += `
`;