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