mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
PropTypes fix
This commit is contained in:
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…
x
Reference in New Issue
Block a user