From 495462183bfb3b33046b293e6b1088ab225968df Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 8 Aug 2022 14:00:22 +0100 Subject: [PATCH] chore: format code --- framework/core/js/src/common/components/ModalManager.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/core/js/src/common/components/ModalManager.tsx b/framework/core/js/src/common/components/ModalManager.tsx index a8850dfea..648d38c2c 100644 --- a/framework/core/js/src/common/components/ModalManager.tsx +++ b/framework/core/js/src/common/components/ModalManager.tsx @@ -54,10 +54,7 @@ export default class ModalManager extends Component { state={this.attrs.state} />, /* This backdrop is invisible and used for outside clicks to close the modal. */ -
+
, ]}
);