From 835fcf45b9e829c3134f22d031faa1f920627a6a Mon Sep 17 00:00:00 2001 From: Hassane BENCHAREF <107793995+lahcenbcf@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:53:04 +0100 Subject: [PATCH] Update CardInput.jsx --- src/components/CardInput.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CardInput.jsx b/src/components/CardInput.jsx index eb1d331..7765a72 100644 --- a/src/components/CardInput.jsx +++ b/src/components/CardInput.jsx @@ -106,7 +106,7 @@ export default function CardInput({ ) : cardInfo.type === 'checkbox_group' ? (
{cardInfo.options.map((op, index) => ( -
+
- -