diff --git a/components/LanguageSelect.tsx b/components/LanguageSelect.tsx
index 27d4dab..f3561cb 100644
--- a/components/LanguageSelect.tsx
+++ b/components/LanguageSelect.tsx
@@ -46,7 +46,6 @@ function LanguageSelect({ value, onChange }: {
- {/* TODO: for some reason can't use value={value} with this - but it still works */}
onChange(e.target.value)} type="text" className="form-control" id="otherLang" />
}
;