Skip to content

Commit fd8efc8

Browse files
committed
fix ts error
1 parent 060caba commit fd8efc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/VehicleOfTheDay/VehicleOfTheDay.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const VehicleContent: React.FunctionComponent<VehicleOfTheDayProps> = ({
102102
phone={listing.contactPhone}
103103
userId={listing.userId}
104104
/>
105+
{/* @ts-ignore */}
105106
<OfferForm listingId={listing._id} />
106107
<Price
107108
price={listing.price}

0 commit comments

Comments
 (0)