From 0c63ce94c4c08a577ad8ed877e4fa120a2884eef Mon Sep 17 00:00:00 2001 From: tokslaw7 <147814066+tokslaw-shruboak@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:16:52 -0400 Subject: [PATCH] data display on clientSide updated --- frontend/src/main.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/main.js b/frontend/src/main.js index a629ce3..714bffa 100644 --- a/frontend/src/main.js +++ b/frontend/src/main.js @@ -16,7 +16,7 @@ async function fetchAndDisplayData() { dataContainer.textContent = 'No data found'; return; } - + // Create HTML for the data const html = `