From b39369d8a8c29ce9416149c52305ce0c11baba17 Mon Sep 17 00:00:00 2001 From: Gabi Purcaru Date: Wed, 21 Dec 2022 10:52:10 +0000 Subject: [PATCH] fix bug, showing in-progress results was broken --- components/Content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Content.tsx b/components/Content.tsx index 5516fa9..f68eb9c 100644 --- a/components/Content.tsx +++ b/components/Content.tsx @@ -239,7 +239,7 @@ export function Content({ }) { - {isDone && follows.length > 0 ? + {isDone || follows.length > 0 ?