chore: Linter issues
This commit is contained in:
parent
05dbe98261
commit
71c559807f
10 changed files with 13 additions and 30 deletions
|
@ -35,9 +35,8 @@ export const BodyInput = ({ body, setBody }) => (
|
|||
placeholder="Type your post body here"
|
||||
onChange={(evt) => setBody(evt.target.value)}
|
||||
rows={16}
|
||||
>
|
||||
{body}
|
||||
</textarea>
|
||||
value={body}
|
||||
/>
|
||||
)
|
||||
|
||||
export const TitleInput = ({ title, setTitle }) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue