Skip to content

Commit

Permalink
fix the ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dujota committed Nov 22, 2023
1 parent e50d69f commit a87bb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/cards/PropertyCardDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Image from 'next/image';
import Price from './Price';

interface PropertyCardDetailsProps extends Listing {
resource: string;
resource?: string;
}

const PropertyCardDetails: React.FC<PropertyCardDetailsProps> = ({ title, price, location, neighbourhood, postalCode, resource }) => {
Expand Down

0 comments on commit a87bb0e

Please sign in to comment.