diff --git a/public/js/components/feature/FeatureForm.jsx b/public/js/components/feature/FeatureForm.jsx index b840e9fddc..51055b4490 100644 --- a/public/js/components/feature/FeatureForm.jsx +++ b/public/js/components/feature/FeatureForm.jsx @@ -23,14 +23,12 @@ var FeatureForm = React.createClass({ enabled: false }; - var title = this.props.feature ? "" : "Create new toggle"; - return (
- {title} + {this.props.feature ? "" : Create new toggle}