From a5fbeabe6af6888cb22b6733f31f8f0ba4aa0c29 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 25 Feb 2019 02:16:03 +0300 Subject: Fix Modal component --- vnext/src/components/Modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src') diff --git a/vnext/src/components/Modal.js b/vnext/src/components/Modal.js index 5ee8c3ec..50516d05 100644 --- a/vnext/src/components/Modal.js +++ b/vnext/src/components/Modal.js @@ -18,11 +18,11 @@ function Modal(props) {
-
+
- {this.props.children} + {props.children}
) : (null); -- cgit v1.2.3