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 && (