diff options
author | Vitaly Takmazov | 2018-07-06 02:11:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | ea1b9039ae221355cfaabb16fc43dab5917bea56 (patch) | |
tree | 9e9c40a33cfcbd69062dae77a68964929f952368 /vnext/src/components/Spinner.js | |
parent | 91faf0911184bb430170d021195d008b977e0ac4 (diff) |
Fix eslint warnings
Diffstat (limited to 'vnext/src/components/Spinner.js')
-rw-r--r-- | vnext/src/components/Spinner.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/components/Spinner.js b/vnext/src/components/Spinner.js index 48979339..b5ec4e0d 100644 --- a/vnext/src/components/Spinner.js +++ b/vnext/src/components/Spinner.js @@ -20,5 +20,5 @@ export default function Spinner(props) { <rect x="0" y="120" rx="0" ry="0" width="340" height="1" /> </ContentLoader> </div> - ) -}
\ No newline at end of file + ); +} |