From 1ecf2b88dc013ec661904ef5189514b2348493e6 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Fri, 20 Dec 2024 17:34:49 +0100 Subject: [PATCH] Lint --- .../mastodon/features/compose/components/search.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/features/compose/components/search.tsx b/app/javascript/mastodon/features/compose/components/search.tsx index 8d990db002..c58d57799b 100644 --- a/app/javascript/mastodon/features/compose/components/search.tsx +++ b/app/javascript/mastodon/features/compose/components/search.tsx @@ -497,8 +497,14 @@ export const Search: React.FC<{
{recentOptions.length > 0 ? ( recentOptions.map(({ label, key, action, forget }, i) => ( -
-