pcm-shared-components 2.0.99 → 2.0.100

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.
@@ -70,7 +70,6 @@ export const PricingCalendar = props => {
70
70
  const handleDayRender = ({
71
71
  date
72
72
  }, ...props) => {
73
- console.log(props);
74
73
  // const foundRate = rateObject.find((item)=> moment(date).isSame(item.date, "day") );
75
74
  const foundRate = findObjectByDate(rateObject, moment(date).format('YYYY-MM-DD'));
76
75
  if (foundRate && RenderDay) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.99",
3
+ "version": "2.0.100",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {