diff options
author | Vitaly Takmazov | 2018-07-06 01:32:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 7f25b0f261b5a5fc2696054004fb24673375b91b (patch) | |
tree | 38ee591e176b4799e39eff7a16f1950e017e7bb4 /vnext/src/components/Icon.js | |
parent | 88732ba8c06c23a93f7248b6eabc182f38be3d33 (diff) |
Proptypes & eslint
Diffstat (limited to 'vnext/src/components/Icon.js')
-rw-r--r-- | vnext/src/components/Icon.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Icon.js b/vnext/src/components/Icon.js index 743a007c..0a4c7dbc 100644 --- a/vnext/src/components/Icon.js +++ b/vnext/src/components/Icon.js @@ -39,4 +39,4 @@ Icon.propTypes = { name: PropTypes.string.isRequired, className: PropTypes.string, noFill: PropTypes.bool -} +}; |