diff --git a/src/exams/Level.tsx b/src/exams/Level.tsx index 6b2adf40..a5bdf478 100644 --- a/src/exams/Level.tsx +++ b/src/exams/Level.tsx @@ -16,6 +16,7 @@ import clsx from "clsx"; import { Dispatch, Fragment, SetStateAction, use, useEffect, useMemo, useRef, useState } from "react"; import { BsChevronDown, BsChevronUp } from "react-icons/bs"; import { toast } from "react-toastify"; +import { v4 } from "uuid"; interface Props { exam: LevelExam; @@ -142,7 +143,7 @@ function TextComponent({
{index + 1}{line}
+ return{index + 1}{line}
})}