From c56d11739734535122687e38496a39f57d757669 Mon Sep 17 00:00:00 2001 From: repository Date: Tue, 21 Mar 2023 20:53:56 -0700 Subject: [PATCH] fix promised not being awaited in groups card view --- dashboard/src/components/group/CardView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/group/CardView.svelte b/dashboard/src/components/group/CardView.svelte index cc0299ca..a1030580 100644 --- a/dashboard/src/components/group/CardView.svelte +++ b/dashboard/src/components/group/CardView.svelte @@ -112,7 +112,7 @@
- {@html htmlNamePromise} ({group.id}) + ({group.id})