diff --git a/components/Sidebar/JoinLoyalty/index.tsx b/components/Sidebar/JoinLoyalty/index.tsx index b6227579a..8929df24f 100644 --- a/components/Sidebar/JoinLoyalty/index.tsx +++ b/components/Sidebar/JoinLoyalty/index.tsx @@ -32,7 +32,11 @@ export default async function JoinLoyaltyContact({ {block.title} - {block.preamble ? {block.preamble} : null} + {block.preamble ? ( + + {block.preamble} + + ) : null} {block.button ? (