Stas compo
This commit is contained in:
@@ -3,6 +3,12 @@ import DoughnutChart from "../Charts/DoughnutChart";
|
||||
import SelectBox from "../Helpers/SelectBox";
|
||||
|
||||
export default function SideStatistics() {
|
||||
const showStats = false;
|
||||
|
||||
if( showStats == false){
|
||||
return '';
|
||||
}
|
||||
debugger;
|
||||
const filterDatas = ["Last 15 days", "Last Month", "Last 6 month"];
|
||||
const [filterDataSet, setFilterDataSet] = useState([10, 30, 20, 40]);
|
||||
const dataSetHandler = (value) => {
|
||||
|
||||
Reference in New Issue
Block a user