From 3b63a366b9d88937ec8db793baf73f25a2bf2c2c Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 26 Dec 2023 13:48:20 +0000 Subject: [PATCH] styling --- frontend/src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index b5791b6..43e4b20 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -51,7 +51,7 @@ } else if (e.type == "teamMembers") { teamRes[e.path] = e } else if (e.type == "jobOffers") { - jobOffersRes[e.path] = e + jobOffersRes[Math.random()] = e } else { pagesRes[e.path] = e }