Put PropTypes in conventional order

pull/957/head
Jared Scheib 2017-02-28 17:18:59 -08:00
parent 134f12be23
commit db9a34c536
1 changed files with 3 additions and 3 deletions

View File

@ -59,12 +59,12 @@ const DashboardHeader = ({
)
const {
shape,
array,
string,
bool,
func,
number,
bool,
shape,
string,
} = PropTypes
DashboardHeader.propTypes = {