Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Apr 9, 2024
1 parent a39c9b6 commit ca44cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/tina-cms/RichText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const TwoColumns = (data: any) => {
};

const Buttons = (data: any) => {
if (!data.Button) return null;
if (!data.Button) return <></>;

return (
<div className="flex gap-4">
Expand Down

0 comments on commit ca44cd3

Please sign in to comment.