diff --git a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
index 40b8b297a43..166bce18c73 100644
--- a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
+++ b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
@@ -380,7 +380,7 @@ function TransformationCard({ transform, onClick }: TransformationCardProps) {
onClick={onClick}
>
{transform.name}
- {transform.description}
+ {transform.description}
{transform.state && (