PropTypes fix
parent
41529561e5
commit
242fd58de7
|
@ -35,8 +35,8 @@ const SessionsRunningTimeChart = ({ data }) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
CustomTooltip.propTypes = {
|
CustomTooltip.propTypes = {
|
||||||
active: PropTypes.bool.isRequired,
|
active: PropTypes.bool,
|
||||||
payload: PropTypes.object
|
payload: PropTypes.array
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue