import React from 'react'; export default class Listings extends React.Component { onListingClick() { if (this.props.onListingClick) { this.props.onListingClick(); } } render() { return (