diff --git a/components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx b/components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx index 58ffa8157..2eb532ad6 100644 --- a/components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx +++ b/components/Sidebar/JoinLoyalty/Contact/ContactRow/index.tsx @@ -41,21 +41,19 @@ export default async function ContactRow({ contact }: ContactRowProps) { return (
-
- - {contact.display_text} - - - {Icon ? : null} - {val} - -
+ + {contact.display_text} + + + {Icon ? : null} + {val} + {footnote && contact.contact_field.includes("phone") && ( {footnote} )}