From cf64a879a2aeafe4d910e636f34c9bbdb84f7702 Mon Sep 17 00:00:00 2001 From: Omer Gery <68545675+OmerGery@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:41:06 +0200 Subject: [PATCH] fix flex --- examples/client/Locomotion/src/Components/CardRow/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/client/Locomotion/src/Components/CardRow/index.tsx b/examples/client/Locomotion/src/Components/CardRow/index.tsx index 3c3c4a567..aaba9c0e3 100644 --- a/examples/client/Locomotion/src/Components/CardRow/index.tsx +++ b/examples/client/Locomotion/src/Components/CardRow/index.tsx @@ -51,7 +51,7 @@ const margin = `margin-${Start()}`; const TextContainer = styled(View)` justify-content: center; ${margin}: 16px; - width: ${({ noSvg } : { noSvg: boolean}) => (noSvg ? '95%' : '80%')}; + width: 80%; `; const Type = styled(Text)` @@ -195,7 +195,7 @@ const CardRow = (paymentMethod: any) => { } - + {paymentMethod.addNew ? ( <>