mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2025-08-05 17:22:36 +03:00
PropTypes fix
This commit is contained in:
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…
x
Reference in New Issue
Block a user