aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/index.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-07-26 13:22:00 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitf707d3d524d8d16e2bb780764f029d85fc57ecc0 (patch)
tree1580074a665bd16c9744b5749c2a777700c5ae73 /vnext/src/index.js
parent6016b0888e77497e15384f1cd024eb42672129a4 (diff)
prop-types -> jsdoc
Diffstat (limited to 'vnext/src/index.js')
-rw-r--r--vnext/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/index.js b/vnext/src/index.js
index e48d004c..5f45ecc2 100644
--- a/vnext/src/index.js
+++ b/vnext/src/index.js
@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
import './index.css';
-function LoadingView(props) {
+function LoadingView() {
return (
<div id="content">
<div className="lds-ripple"><div></div><div></div></div>