From 016acfab45e44958f5d6e5197451625a86236190 Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Mon, 2 Apr 2018 16:13:16 -0700 Subject: [PATCH] delint --- src/react-components/ui-root.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js index 397621adc..ce8c569c1 100644 --- a/src/react-components/ui-root.js +++ b/src/react-components/ui-root.js @@ -660,9 +660,9 @@ class UIRoot extends Component { <div className={dialogBoxContentsClassNames}>{dialogContents}</div> {this.state.showProfileEntry && ( - <ProfileEntryPanel - finished={this.onProfileFinished} - store={this.props.store} + <ProfileEntryPanel + finished={this.onProfileFinished} + store={this.props.store} htmlPrefix={this.props.htmlPrefix} /> )} -- GitLab