From 035002ceedf78d5ec73eabc0df7f06139939b967 Mon Sep 17 00:00:00 2001 From: Amine El Mouafik <412895+kytwb@users.noreply.github.com> Date: Mon, 8 Feb 2021 10:34:45 +0100 Subject: Synchronize with Franz 5.6.0 (#1033) Co-authored-by: FranzBot Co-authored-by: vantezzen Co-authored-by: Makazzz Co-authored-by: Stefan Malzner Co-authored-by: Amine Mouafik --- src/components/ui/Modal/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/ui/Modal/index.js') diff --git a/src/components/ui/Modal/index.js b/src/components/ui/Modal/index.js index 0af521452..a9fa0cd1b 100644 --- a/src/components/ui/Modal/index.js +++ b/src/components/ui/Modal/index.js @@ -41,8 +41,6 @@ export default @injectCSS(styles) class Modal extends Component { showClose, } = this.props; - const appRoot = document.getElementById('root'); - return ( {showClose && close && (