From 7366846849150efdae6f85ccc77fceb41eea826e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Mro=CC=81z?= Date: Thu, 8 Jun 2023 21:08:28 +0200 Subject: [PATCH] styles(#1067): Run prettier --- src/shared/components/post/post-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/post/post-form.tsx b/src/shared/components/post/post-form.tsx index ae69a98..9174000 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -18,9 +18,9 @@ import { i18n } from "../../i18next"; import { PostFormParams } from "../../interfaces"; import { UserService, WebSocketService } from "../../services"; import { + Choice, archiveTodayUrl, capitalizeFirstLetter, - Choice, communityToChoice, debounce, fetchCommunities, -- 2.44.1