Skip to content

Commit

Permalink
style: format code with Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in aac571d according to the output
from Prettier.

Details: #180
  • Loading branch information
deepsource-autofix[bot] authored Oct 14, 2024
1 parent aac571d commit 98da07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Forms/CreatePost.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { movies } from '@/data'
const CreatePost = () => {
const handleSubmit = (event) => {
event.preventDefault()

}
const handleSearchInput = (params) => <TextField {...params} label="Tags" slotProps={{ input: { ...params.InputProps, type: 'search' } }} />

Expand Down

0 comments on commit 98da07d

Please sign in to comment.