refactor: simplify display of property type in CardInfos component
This commit is contained in:
parent
80835879ea
commit
fbc11b5f77
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ const CardInfos = ({ data }: { data: Annunci }) => {
|
||||||
data.tipo === "Stabile" && "outline-stabile",
|
data.tipo === "Stabile" && "outline-stabile",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Affitto {data.tipo}{" "}
|
{data.tipo}
|
||||||
</div>
|
</div>
|
||||||
{data.tipo === "Transitorio" && (
|
{data.tipo === "Transitorio" && (
|
||||||
<InformationBubble
|
<InformationBubble
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue