contentoh-components-library 21.2.18 → 21.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,7 +67,6 @@ var DashboardMetric = function DashboardMetric(_ref) {
67
67
  var diff = today.getDate() - today.getDay();
68
68
  var start = new Date(today.setDate(diff));
69
69
  var end = new Date();
70
- console.log(diff, today.getDay() === 0 ? -6 : 1);
71
70
  setStartDate(start);
72
71
  setEndDate(end);
73
72
  }, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.2.18",
3
+ "version": "21.2.19",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -29,7 +29,6 @@ export const DashboardMetric = ({
29
29
  const diff = today.getDate() - today.getDay();
30
30
  const start = new Date(today.setDate(diff));
31
31
  const end = new Date();
32
- console.log(diff, today.getDay() === 0 ? -6 : 1);
33
32
  setStartDate(start);
34
33
  setEndDate(end);
35
34
  }, []);