Put PropTypes in conventional order
parent
134f12be23
commit
db9a34c536
|
@ -59,12 +59,12 @@ const DashboardHeader = ({
|
||||||
)
|
)
|
||||||
|
|
||||||
const {
|
const {
|
||||||
shape,
|
|
||||||
array,
|
array,
|
||||||
string,
|
bool,
|
||||||
func,
|
func,
|
||||||
number,
|
number,
|
||||||
bool,
|
shape,
|
||||||
|
string,
|
||||||
} = PropTypes
|
} = PropTypes
|
||||||
|
|
||||||
DashboardHeader.propTypes = {
|
DashboardHeader.propTypes = {
|
||||||
|
|
Loading…
Reference in New Issue