@mjhls/mjh-framework 1.0.982 → 1.0.983

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.
@@ -551,7 +551,7 @@ var EventsDeck = function EventsDeck(_ref) {
551
551
  }
552
552
  }
553
553
  }
554
- var newPath = '?event=' + (filter.indexOf('start') >= 0 ? 'upcoming' : 'past');
554
+ var newPath = '?event=' + (filter.indexOf('start') >= 0 ? 'past' : 'coming');
555
555
  var _iteratorNormalCompletion5 = true;
556
556
  var _didIteratorError5 = false;
557
557
  var _iteratorError5 = undefined;
@@ -538,7 +538,7 @@ var EventsDeck = function EventsDeck(_ref) {
538
538
  }
539
539
  }
540
540
  }
541
- var newPath = '?event=' + (filter.indexOf('start') >= 0 ? 'upcoming' : 'past');
541
+ var newPath = '?event=' + (filter.indexOf('start') >= 0 ? 'past' : 'coming');
542
542
  var _iteratorNormalCompletion5 = true;
543
543
  var _didIteratorError5 = false;
544
544
  var _iteratorError5 = undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.982",
3
+ "version": "1.0.983",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",