From 25992a4a023432fdd4bee7165cf04d43a950e509 Mon Sep 17 00:00:00 2001 From: wlren Date: Sun, 30 Oct 2022 20:35:10 +0800 Subject: [PATCH] [questions][ui] fix no more questions overlap --- apps/portal/src/pages/questions/browse.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/portal/src/pages/questions/browse.tsx b/apps/portal/src/pages/questions/browse.tsx index a66b1104..c61ac433 100644 --- a/apps/portal/src/pages/questions/browse.tsx +++ b/apps/portal/src/pages/questions/browse.tsx @@ -548,7 +548,9 @@ export default function QuestionsBrowsePage() { ); }), )} - + {questionCount !== 0 && ( + + )} {questionCount === 0 && (