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 && (