diff --git a/src/components/exam/ExamSection.tsx b/src/components/exam/ExamSection.tsx index e90e7b5..17ee4bc 100644 --- a/src/components/exam/ExamSection.tsx +++ b/src/components/exam/ExamSection.tsx @@ -101,7 +101,7 @@ export const ExamSection = ({ setTimeout(() => { setDisplayCount((prev) => Math.min(prev + LOAD_MORE_COUNT, filteredClients.length)); setIsLoadingMore(false); - }, 300); + }, 0); } } },