upd
This commit is contained in:
@@ -322,7 +322,8 @@ function UnitModal({ unit, type }: Props) {
|
||||
.replaceAll(",", " ")}
|
||||
</>
|
||||
) : (
|
||||
"Unavailable"
|
||||
// "Unavailable"
|
||||
""
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
@@ -337,11 +338,7 @@ function UnitModal({ unit, type }: Props) {
|
||||
3D tour
|
||||
</Button3>
|
||||
)}
|
||||
<Button3
|
||||
icon={<BookingIcon />}
|
||||
className="text-[13.6px] justify-center w-full"
|
||||
disabled
|
||||
>
|
||||
<Button3 icon={<BookingIcon />} className="text-[13.6px] justify-center w-full" disabled>
|
||||
Send Enquiry
|
||||
</Button3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user