From 5700b6f578b85fca098e3535eb50ae1d019ca7f5 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Tue, 4 Apr 2017 17:43:45 +0300 Subject: [PATCH] Styleguide styling fix for ListingCard --- src/components/ListingCard/ListingCard.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => ( -
+
);