From cacc7d9cab8cd4d5066f87ed50e88b0d2440d944 Mon Sep 17 00:00:00 2001 From: Fred Guest Date: Mon, 8 Feb 2016 10:32:37 -0800 Subject: [PATCH] update Card.jsx --- components/card/Card.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/card/Card.jsx b/components/card/Card.jsx index fcfad60e0..9dd790599 100644 --- a/components/card/Card.jsx +++ b/components/card/Card.jsx @@ -8,7 +8,7 @@ const Card = ({children, className, raised, ...other}) => { }, className); return ( -
+
{children}
);