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