From 050d935cc1ff315ec725ad1894ba5b9c9bb5dab0 Mon Sep 17 00:00:00 2001 From: Krzysztof Czerwinski Date: Tue, 17 Feb 2026 16:07:09 +0900 Subject: [PATCH] Format --- .../build/components/NewControlPanel/NewBlockMenu/Block.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autogpt_platform/frontend/src/app/(platform)/build/components/NewControlPanel/NewBlockMenu/Block.tsx b/autogpt_platform/frontend/src/app/(platform)/build/components/NewControlPanel/NewBlockMenu/Block.tsx index 89225772c9..869af96aa9 100644 --- a/autogpt_platform/frontend/src/app/(platform)/build/components/NewControlPanel/NewBlockMenu/Block.tsx +++ b/autogpt_platform/frontend/src/app/(platform)/build/components/NewControlPanel/NewBlockMenu/Block.tsx @@ -165,7 +165,10 @@ export const Block: BlockComponent = ({ "line-clamp-1 font-sans text-sm font-medium leading-[1.375rem] text-zinc-800 group-disabled:text-zinc-400", )} > - {highlightText(beautifyString(title).replace(/ Block$/, ""), highlightedText)} + {highlightText( + beautifyString(title).replace(/ Block$/, ""), + highlightedText, + )} )} {description && (