Skip to content

Commit cca1126

Browse files
committed
fix ts
1 parent a96454a commit cca1126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/components/question-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function fetchQuestionResponse(): Promise<QuestionResponse | null> {
2626
}
2727
}
2828

29-
const QuestionView: React.FC<QuestionViewProps> = ({ setView, currentLanguage, setLanguage }) => {
29+
const QuestionView: React.FC<QuestionViewProps> = ({ setView }) => {
3030
const contentRef = useRef<HTMLDivElement>(null)
3131
const textareaRef = useRef<HTMLTextAreaElement>(null)
3232
const { showToast } = useToast()

0 commit comments

Comments
 (0)