I want to put a row inside the ProperieCard component, how should I do this? Follow the code below.
<PropertieCard
key={property.id}
size="col s12 m6 l4"
property={property}
redirectPropertyPage={this.handleRedirectPropertyPage}
/>
I want to put a row inside the ProperieCard component, how should I do this? Follow the code below.
<PropertieCard
key={property.id}
size="col s12 m6 l4"
property={property}
redirectPropertyPage={this.handleRedirectPropertyPage}
/>