diff --git a/src/components/ListingCard/ListingCard.example.js b/src/components/ListingCard/ListingCard.example.js index afc40202..9b739502 100644 --- a/src/components/ListingCard/ListingCard.example.js +++ b/src/components/ListingCard/ListingCard.example.js @@ -7,7 +7,7 @@ const author = createUser('user1'); const listing = { ...createListing('listing1'), author }; const ListingCardWrapper = props => ( -
+
);