diff --git a/app/components/widget-builder.tsx b/app/components/widget-builder.tsx index eadd7c1..bd42b3f 100644 --- a/app/components/widget-builder.tsx +++ b/app/components/widget-builder.tsx @@ -345,20 +345,22 @@ export default function WidgetBuilder({ region, accountId }: WidgetBuilderProps)

Preview

-
- {widgetPreview} -
+ {widgetPreview && ( +
+ {widgetPreview} +
+ )}