From 6c58212abf6357fb07fbf7a76293a3c585a66c09 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 12 Apr 2023 23:13:11 +0000 Subject: [PATCH] format --- packages/app/src/components/Layout/modal/index.jsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/app/src/components/Layout/modal/index.jsx b/packages/app/src/components/Layout/modal/index.jsx index 60199e6d..6253ca2b 100755 --- a/packages/app/src/components/Layout/modal/index.jsx +++ b/packages/app/src/components/Layout/modal/index.jsx @@ -53,10 +53,12 @@ export default class AppModal extends React.Component { />
- {React.createElement(this.state.currentRender, { - ...this.state.renderParams.props ?? {}, - close: this.close, - })} + { + React.createElement(this.state.currentRender, { + ...this.state.renderParams.props ?? {}, + close: this.close, + }) + }
}