From 19d34a4d9eadcc7579b2bb534ce51e63e53253cc Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sat, 17 Feb 2018 12:50:27 -0500 Subject: [PATCH] Adding extraneous PropType --- src/components/SVG/Text.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SVG/Text.js b/src/components/SVG/Text.js index ef70626..53e5447 100644 --- a/src/components/SVG/Text.js +++ b/src/components/SVG/Text.js @@ -56,7 +56,6 @@ Text.propTypes = { PropTypes.node ]).isRequired, quoted: PropTypes.bool, - transform: PropTypes.string, theme: PropTypes.string };