updated modal

This commit is contained in:
andres alcocer
2018-11-14 16:25:13 -05:00
parent df86daef65
commit 369b95d617
5 changed files with 53 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
import React from 'react';
const backdrop = (props) => (
props.show ? <div
onClick={props.toggleBackdrop}