From 9ccede79b2145b8969a6e6650e33b49b066b1314 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:33:27 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in d244b34 according to the output from Prettier. Details: None --- client/src/components/Forms/CreatePost.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/Forms/CreatePost.jsx b/client/src/components/Forms/CreatePost.jsx index ac6b4a9..0adbc5a 100644 --- a/client/src/components/Forms/CreatePost.jsx +++ b/client/src/components/Forms/CreatePost.jsx @@ -4,7 +4,6 @@ import { movies } from '@/data' const CreatePost = () => { const handleSubmit = (event) => { event.preventDefault() - } const handleSearchInput = (params) =>