PropTypes fix

master
Tudor Stanciu 2020-06-05 20:03:30 +03:00
parent 41529561e5
commit 242fd58de7
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ const SessionsRunningTimeChart = ({ data }) => {
};
CustomTooltip.propTypes = {
active: PropTypes.bool.isRequired,
payload: PropTypes.object
active: PropTypes.bool,
payload: PropTypes.array
};
return (