From 51dd0aa6bf4d616d814cd6b5b9d256d7cbefdc97 Mon Sep 17 00:00:00 2001 From: Bart Akeley Date: Sat, 10 Nov 2018 10:47:09 -0600 Subject: [PATCH] quick fix for Modal warning --- js/modals/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modals/Modal.js b/js/modals/Modal.js index 506632d..1750160 100644 --- a/js/modals/Modal.js +++ b/js/modals/Modal.js @@ -7,7 +7,7 @@ import { Icon } from 'react-native-material-ui'; export default pure(({ children, isVisible }) => { return ( - + {}}>