From 4429ce0456f6f3b2c0a77a400ac0cc6d9a4ffd44 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:40:00 +0400 Subject: [PATCH] oops --- components/BookInfoInput.tsx | 4 ++-- components/LanguageSelect.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" />