From 7e58851bddbdbaa45a9533cd32ad6e1363b2c318 Mon Sep 17 00:00:00 2001 From: Vasilica Date: Tue, 18 Jul 2023 14:46:22 +0300 Subject: [PATCH] MP-170_blank-profile --- .../profiles/src/components/EmptySection/EmptySection.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/profiles/src/components/EmptySection/EmptySection.tsx b/src/apps/profiles/src/components/EmptySection/EmptySection.tsx index 59f6e1b0f..468f77ae5 100644 --- a/src/apps/profiles/src/components/EmptySection/EmptySection.tsx +++ b/src/apps/profiles/src/components/EmptySection/EmptySection.tsx @@ -34,7 +34,9 @@ const EmptySection: FC = props => ( {props.title && (
{props.title}
)} - {props.children} +
+ {props.children} +
)}