diff --git a/apps/infoalloggi/src/components/annuncio_card.tsx b/apps/infoalloggi/src/components/annuncio_card.tsx index 9622f77..b14c43d 100644 --- a/apps/infoalloggi/src/components/annuncio_card.tsx +++ b/apps/infoalloggi/src/components/annuncio_card.tsx @@ -75,7 +75,7 @@ export const CardAnnuncio = ({ //target="_blank" href={`/annuncio/${codice}`} //duration-700 ease-in-out animate-in fade-in > -
+
{stato === "Trattativa" && (
@@ -93,7 +93,7 @@ export const CardAnnuncio = ({ void; - userId: UsersId; -}) => { - const { t } = useTranslation(); - return ( - { - onValueChange(v); - }} - type="single" - value={value} - > - {t.preferenze.motivazioni_mappings.map((option) => ( - - -
- {value === option.id ? ( - - ) : ( - - )} - {option.title} -
-
- -
-

{option.text}

- {option.cta && ( - <> - - -

{option.cta_label}

- - )} -
-
-
- ))} -
- ); -};