From 0747deeecfd687bd5e477af81d2399fee43674dc Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 16 Jul 2024 16:06:18 +0200 Subject: [PATCH] keep embedded mode when opening wc user profile --- src/Components/Profile/ContactInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Profile/ContactInfo.tsx b/src/Components/Profile/ContactInfo.tsx index 65900401..94b0a286 100644 --- a/src/Components/Profile/ContactInfo.tsx +++ b/src/Components/Profile/ContactInfo.tsx @@ -64,7 +64,7 @@ const ConditionalLink = ({ url, children }) => { if (url) { return ( - + {children} );