diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx
index 585dbe6..e3592da 100644
--- a/src/components/Partials/RightSideBar.jsx
+++ b/src/components/Partials/RightSideBar.jsx
@@ -13,6 +13,7 @@ import LtcIco from "../Helpers/Icons/LtcIco";
import Usdt from "../Helpers/Icons/Usdt";
import SelectBox from "../Helpers/SelectBox";
import { NavLink } from "react-router-dom";
+import SideStatistics from "./SideStatistics";
export default function RightSideBar() {
const filterDatas = ["Last 15 days", "Last Month", "Last 6 month"];
@@ -201,129 +202,129 @@ export default function RightSideBar() {
-
-
-
-
- Statistics
-
-
-
-
-
-
-
-
- Your All Artwork Statistics
-
-
-
-
- -
-
-
-
- Profit :
-
-
- {/* don't change variable only change state */}
- {filterDataSet[0]}%
-
-
-
- -
-
-
-
- Total Sold :
-
-
- {/* don't change variable only change state */}
- {filterDataSet[1]}%
-
-
-
- -
-
-
-
- Total Sold :
-
-
- {/* don't change variable only change state */}
- {filterDataSet[2]}%
-
-
-
- -
-
-
-
- Total Sold :
-
-
- {/* don't change variable only change state */}
- {filterDataSet[3]}%
-
-
-
-
-
-
-
-
+ {/**/}
+ {/*
*/}
+ {/*
*/}
+ {/*
*/}
+ {/* Statistics*/}
+ {/*
*/}
+ {/* */}
+ {/* */}
+ {/*
*/}
+ {/*
*/}
+ {/*
*/}
+ {/*
*/}
+ {/*
*/}
+ {/* Your All Artwork Statistics*/}
+ {/*
*/}
+ {/* */}
+ {/*
*/}
+ {/*
*/}
+ {/* - */}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/* Profit :*/}
+ {/* */}
+ {/* */}
+ {/* /!* don't change variable only change state *!/*/}
+ {/* {filterDataSet[0]}%*/}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/* - */}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/* Total Sold :*/}
+ {/* */}
+ {/* */}
+ {/* /!* don't change variable only change state *!/*/}
+ {/* {filterDataSet[1]}%*/}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/* - */}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/* Total Sold :*/}
+ {/* */}
+ {/* */}
+ {/* /!* don't change variable only change state *!/*/}
+ {/* {filterDataSet[2]}%*/}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/* - */}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/* Total Sold :*/}
+ {/* */}
+ {/* */}
+ {/* /!* don't change variable only change state *!/*/}
+ {/* {filterDataSet[3]}%*/}
+ {/* */}
+ {/*
*/}
+ {/* */}
+ {/*
*/}
+ {/*
*/}
+ {/*
*/}
+ {/*
*/}
+
>
);
diff --git a/src/components/Partials/SideStatistics.jsx b/src/components/Partials/SideStatistics.jsx
index a02db0e..b690083 100644
--- a/src/components/Partials/SideStatistics.jsx
+++ b/src/components/Partials/SideStatistics.jsx
@@ -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) => {
diff --git a/src/services/UsersService.js b/src/services/UsersService.js
index b67b52e..6b86125 100644
--- a/src/services/UsersService.js
+++ b/src/services/UsersService.js
@@ -350,7 +350,7 @@ class usersService {
};
return this.postAuxEnd("/familymanage", postData);
}
-
+
//END POINT CALL FOR ACCOUNT TOP
startTopUp(post){
var postData = {