diff --git a/apps/portal/src/pages/questions/index.tsx b/apps/portal/src/pages/questions/index.tsx index f3ef3c49..69e6dae7 100644 --- a/apps/portal/src/pages/questions/index.tsx +++ b/apps/portal/src/pages/questions/index.tsx @@ -370,36 +370,39 @@ export default function QuestionsHomePage() { console.log(value); }} /> - {(questions ?? []).map((question) => ( - { - console.log(data); - }} - /> - ))} - {questions?.length === 0 && ( -
- -

Nothing found. Try changing your search filters.

-
- )} +
+ {(questions ?? []).map((question) => ( + { + // eslint-disable-next-line no-console + console.log(data); + }} + /> + ))} + {questions?.length === 0 && ( +
+ +

Nothing found. Try changing your search filters.

+
+ )} +