diff --git a/src/components/ExamEditor/Exercises/Blanks/Letters/FillBlanksWord.tsx b/src/components/ExamEditor/Exercises/Blanks/Letters/FillBlanksWord.tsx index 0919cf50..8349bdc5 100644 --- a/src/components/ExamEditor/Exercises/Blanks/Letters/FillBlanksWord.tsx +++ b/src/components/ExamEditor/Exercises/Blanks/Letters/FillBlanksWord.tsx @@ -4,7 +4,6 @@ interface Props { letter: string; word: string; isSelected: boolean; - isUsed: boolean; onClick: () => void; onRemove?: () => void; onEdit?: (newWord: string) => void; @@ -15,7 +14,6 @@ const FillBlanksWord: React.FC = ({ letter, word, isSelected, - isUsed, onClick, onRemove, onEdit, @@ -36,10 +34,8 @@ const FillBlanksWord: React.FC = ({ ) : (