Skip to content

Commit

Permalink
format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKeys committed Apr 21, 2024
1 parent 1168317 commit 8066e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FU.SPA/src/components/PostForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ const TagsSelector = ({ onChange, initialValues }) => {
{...params}
label="Add/Create Tags"
placeholder=""
helperText= {value.length > 6 ? 'Maximum of 6 tags' : ''}
helperText={value.length > 6 ? 'Maximum of 6 tags' : ''}
/>
)}
/>
Expand Down

0 comments on commit 8066e30

Please sign in to comment.