1
0
Fork 0

chore: Linter issues

This commit is contained in:
joostdecock 2023-08-17 20:02:46 +02:00
parent 05dbe98261
commit 71c559807f
10 changed files with 13 additions and 30 deletions

View file

@ -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 }) => (