apartment page desc
This commit is contained in:
@@ -91,9 +91,11 @@ const ApartmentPage = () => {
|
||||
<ApartmentSidebar currentApartment={currentApartment} />
|
||||
</div>
|
||||
)}
|
||||
<div className="col-span-full">
|
||||
<StudioDescriptionSection />
|
||||
</div>
|
||||
{currentApartment && (
|
||||
<div className="col-span-full">
|
||||
<StudioDescriptionSection apartment={currentApartment} />
|
||||
</div>
|
||||
)}
|
||||
{/* <div className="col-span-full">
|
||||
<SimilarSlider />
|
||||
</div> */}
|
||||
Reference in New Issue
Block a user