From ca44cd3d39d791da2845de0229255b691650ad61 Mon Sep 17 00:00:00 2001 From: lassejaco Date: Tue, 9 Apr 2024 19:38:33 +0200 Subject: [PATCH] fix type issue --- lib/components/tina-cms/RichText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/tina-cms/RichText.tsx b/lib/components/tina-cms/RichText.tsx index 8e22ec4fc..23688d4e4 100644 --- a/lib/components/tina-cms/RichText.tsx +++ b/lib/components/tina-cms/RichText.tsx @@ -18,7 +18,7 @@ const TwoColumns = (data: any) => { }; const Buttons = (data: any) => { - if (!data.Button) return null; + if (!data.Button) return <>; return (