Skip to content

Commit c7cae1b

Browse files
fix lint warnings
1 parent 89fa1a9 commit c7cae1b

File tree

1 file changed

+4
-1
lines changed
  • apps/demos/Demos/FileUploader/FileUploading/ReactJs

1 file changed

+4
-1
lines changed

apps/demos/Demos/FileUploader/FileUploading/ReactJs/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ import 'anti-forgery';
55

66
import App from './App.js';
77

8-
ReactDOM.render(<App />, document.getElementById('app'));
8+
ReactDOM.render(
9+
<App />,
10+
document.getElementById('app'),
11+
);

0 commit comments

Comments
 (0)