We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96454a commit cca1126Copy full SHA for cca1126
src/renderer/src/components/question-view.tsx
@@ -26,7 +26,7 @@ async function fetchQuestionResponse(): Promise<QuestionResponse | null> {
26
}
27
28
29
-const QuestionView: React.FC<QuestionViewProps> = ({ setView, currentLanguage, setLanguage }) => {
+const QuestionView: React.FC<QuestionViewProps> = ({ setView }) => {
30
const contentRef = useRef<HTMLDivElement>(null)
31
const textareaRef = useRef<HTMLTextAreaElement>(null)
32
const { showToast } = useToast()
0 commit comments