bug: dashboard graph is now fixed

This commit is contained in:
Palash gupta 2022-02-11 14:09:05 +05:30
parent 9bf37b391e
commit 45eb201efd
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

@ -148,7 +148,7 @@ const Graph = ({
useEffect(() => { useEffect(() => {
buildChart(); buildChart();
}, []); }, [buildChart]);
return ( return (
<div style={{ height: '85%' }}> <div style={{ height: '85%' }}>