Remove duplicate 'name' propType in PieceExtraDataForm

You would not believe how much pain this has caused me with PhantomJS...
This commit is contained in:
Brett Sun 2016-01-22 00:03:49 +01:00
parent 9f0a071473
commit 64c02d4d65
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ let PieceExtraDataForm = React.createClass({
editable: React.PropTypes.bool,
extraData: React.PropTypes.object,
handleSuccess: React.PropTypes.func,
name: React.PropTypes.string,
title: React.PropTypes.string
},