Skip to content

Commit

Permalink
Remove coma
Browse files Browse the repository at this point in the history
  • Loading branch information
New0 committed May 28, 2019
1 parent ad46311 commit b454c46
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions clients/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class FormsAdminApp extends Component {
if( hide ){
return <Fragment />
}
return <div ref={this.setWrapperRef}><MainDashboard { ...props } />,</div>;
return <div ref={this.setWrapperRef}><MainDashboard { ...props } /></div>;
}

}
Expand All @@ -108,10 +108,8 @@ domReady(function () {
isProConnected,
};

render( <FormsAdminApp {...props} />,document.getElementById('caldera-forms-clippy'));
jQuery('.cf-entry-viewer-link').on('click', function () {
//unmountComponentAtNode(document.getElementById('caldera-forms-clippy'));
})
render( <FormsAdminApp {...props} />, document.getElementById('caldera-forms-clippy') );

});


2 changes: 1 addition & 1 deletion clients/blocks/build/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/legacy-bundle/build/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/privacy/build/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/pro/build/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/render/build/index.min.js.map

Large diffs are not rendered by default.

0 comments on commit b454c46

Please sign in to comment.