mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 09:13:14 +10:00
Remove some unused props passed to BookingPanel
This commit is contained in:
parent
e894dead63
commit
2a886131c4
2 changed files with 0 additions and 4 deletions
|
|
@ -436,8 +436,6 @@ export class ListingPageComponent extends Component {
|
|||
listing={currentListing}
|
||||
isOwnListing={isOwnListing}
|
||||
unitType={unitType}
|
||||
formattedPrice={formattedPrice}
|
||||
priceTitle={priceTitle}
|
||||
handleBookingSubmit={handleBookingSubmit}
|
||||
richTitle={richTitle}
|
||||
authorDisplayName={authorDisplayName}
|
||||
|
|
|
|||
|
|
@ -265,7 +265,6 @@ exports[`ListingPage matches snapshot 1`] = `
|
|||
<withRouter(InjectIntl(BookingPanel))
|
||||
authorDisplayName="user-1 display name"
|
||||
fetchTimeSlotsError={null}
|
||||
formattedPrice={55}
|
||||
handleBookingSubmit={[Function]}
|
||||
isOwnListing={false}
|
||||
listing={
|
||||
|
|
@ -306,7 +305,6 @@ exports[`ListingPage matches snapshot 1`] = `
|
|||
}
|
||||
}
|
||||
onManageDisableScrolling={[Function]}
|
||||
priceTitle={55}
|
||||
richTitle={
|
||||
<span>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue