diff --git a/components/BookInfoInput.tsx b/components/BookInfoInput.tsx index 394e5eb..40cd543 100644 --- a/components/BookInfoInput.tsx +++ b/components/BookInfoInput.tsx @@ -85,7 +85,7 @@ function BookInfoInput({ handleSubmit }: { handleSubmit: (info: { frontmatter: F {fields.map((field) => ( -
+
} diff --git a/components/LanguageSelect.tsx b/components/LanguageSelect.tsx index 9a12d9b..27d4dab 100644 --- a/components/LanguageSelect.tsx +++ b/components/LanguageSelect.tsx @@ -44,7 +44,7 @@ function LanguageSelect({ value, onChange }: { /> {showingOther &&
{/* 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" />