sag_components 1.0.656 → 1.0.657

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.
@@ -115,7 +115,7 @@ const BarChart = props => {
115
115
  dy: "30",
116
116
  fontSize: 14,
117
117
  fontWeight: 400
118
- }, retailerData[0].period)));
118
+ }, retailerData[0].date)));
119
119
  }
120
120
  return null;
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.656",
3
+ "version": "1.0.657",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {