From 37025bbeb309b1f72858618a2ad34f1c9d01c221 Mon Sep 17 00:00:00 2001 From: repository <41586666+repository@users.noreply.github.com> Date: Tue, 21 Mar 2023 20:56:11 -0700 Subject: [PATCH] fix promised not being awaited in groups card view (#539) --- 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 @@