diff --git a/components/bounty-form.js b/components/bounty-form.js index a210f0c5..5b0876b8 100644 --- a/components/bounty-form.js +++ b/components/bounty-form.js @@ -73,7 +73,7 @@ export function BountyForm ({ hint={ editThreshold ? ( -
+
) diff --git a/components/discussion-form.js b/components/discussion-form.js index 86ca6b75..1f8c02b9 100644 --- a/components/discussion-form.js +++ b/components/discussion-form.js @@ -76,7 +76,7 @@ export function DiscussionForm ({ name='text' minRows={6} hint={editThreshold - ?
+ ?
: null} /> diff --git a/components/item-info.js b/components/item-info.js index 791397e7..17c96cc6 100644 --- a/components/item-info.js +++ b/components/item-info.js @@ -347,7 +347,7 @@ function EditInfo ({ item, edit, canEdit, setCanEdit, toggleEdit, editText, edit <> \ toggleEdit ? toggleEdit() : router.push(`/items/${item.id}/edit`)} > {editText || 'edit'} @@ -368,7 +368,7 @@ function EditInfo ({ item, edit, canEdit, setCanEdit, toggleEdit, editText, edit <> \ toggleEdit ? toggleEdit() : router.push(`/items/${item.id}`)} > cancel diff --git a/components/link-form.js b/components/link-form.js index 61192486..2c0be2f9 100644 --- a/components/link-form.js +++ b/components/link-form.js @@ -136,7 +136,7 @@ export function LinkForm ({ item, sub, editThreshold, children }) { autoComplete='off' overrideValue={data?.pageTitleAndUnshorted?.unshorted} hint={editThreshold - ?
+ ?
: null} onChange={async (formik, e) => { const hasTitle = !!(formik?.values.title.trim().length > 0) diff --git a/components/poll-form.js b/components/poll-form.js index c1e84c1d..5a9eef69 100644 --- a/components/poll-form.js +++ b/components/poll-form.js @@ -58,7 +58,7 @@ export function PollForm ({ item, sub, editThreshold, children }) { max={MAX_POLL_NUM_CHOICES} min={2} hint={editThreshold - ?
+ ?
: null} maxLength={MAX_POLL_CHOICE_LENGTH} />