From 14034c13648a20e1bbe75eb5ff3fad360524164f Mon Sep 17 00:00:00 2001 From: okbel Date: Fri, 5 Jan 2018 14:24:21 -0300 Subject: [PATCH] Using button in the Drawer --- client/coral-ui/components/Drawer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/coral-ui/components/Drawer.js b/client/coral-ui/components/Drawer.js index a32a4710e..738354cd7 100644 --- a/client/coral-ui/components/Drawer.js +++ b/client/coral-ui/components/Drawer.js @@ -6,8 +6,7 @@ import styles from './Drawer.css'; const Drawer = ({children, onClose, className = ''}) => { return (
- {/* TODO: Swap out with button */} -
×
+
{children}