diff options
author | Vitaly Takmazov | 2019-02-06 19:52:37 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 9564faac8e3bd7c70fd966cf6e2a3abd1c0a9ccc (patch) | |
tree | 69addfd012deba3cd7b079f5b8466ae22aa22eb4 /vnext/src | |
parent | dabb98eb7d5e512ed2ddb76271beed24bd934b71 (diff) |
Fix lint warnings
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/components/Modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Modal.js b/vnext/src/components/Modal.js index 77ca1a37..971efe91 100644 --- a/vnext/src/components/Modal.js +++ b/vnext/src/components/Modal.js @@ -17,7 +17,7 @@ export default class Modal extends React.Component { bottom: 0, left: 0, right: 0, - backgroundColor: 'rgba(0,0,0,0.3)', + backgroundColor: 'rgba(0, 0, 0, 0.3)', padding: 50 }; |