From 672077a14c9c30680b35bdde8e5011ab693a0a62 Mon Sep 17 00:00:00 2001 From: Otto Date: Sun, 31 May 2026 16:05:53 +0200 Subject: [PATCH] fix(dashboard): render cards again --- templates/dashboard.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index aad5d7a..b8c5654 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1148,7 +1148,8 @@ function renderCardsWithSuggestions() { - `).join(''); + `; + }).join(''); } async function acceptLink(fromId, toId, ev) {