diff --git a/autogpt_platform/frontend/src/components/CustomNode.tsx b/autogpt_platform/frontend/src/components/CustomNode.tsx index 7f2ccf1e70..ab4333cf89 100644 --- a/autogpt_platform/frontend/src/components/CustomNode.tsx +++ b/autogpt_platform/frontend/src/components/CustomNode.tsx @@ -560,7 +560,7 @@ export function CustomNode({ data, id, width, height }: NodeProps) {
-
+
{beautifyString( data.blockType?.replace(/Block$/, "") || data.title, )} @@ -573,9 +573,9 @@ export function CustomNode({ data, id, width, height }: NodeProps) {
{blockCost && ( -
+
- {blockCost.cost_amount} per {blockCost.cost_type} + {blockCost.cost_amount} per {blockCost.cost_type}
)}