From 9564faac8e3bd7c70fd966cf6e2a3abd1c0a9ccc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 6 Feb 2019 19:52:37 +0300 Subject: Fix lint warnings --- vnext/src/components/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext') 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 }; -- cgit v1.2.3