@copart/ops-tool-kit 1.10.18 → 1.10.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.
@@ -33,7 +33,7 @@ var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
33
33
  var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
34
34
 
35
35
  const name$r = "@copart/ops-tool-kit";
36
- const version$5 = "1.10.18";
36
+ const version$5 = "1.10.19";
37
37
  const main$1 = "dist/ops-tool-kit.js";
38
38
  const style = "dist/ops-tool-kit.css";
39
39
  const files = [
@@ -5417,8 +5417,8 @@ var findAppData = function findAppData() {
5417
5417
  var tiles = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
5418
5418
  var tileOverrides = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
5419
5419
  var matchingTiles = [];
5420
- matchingTiles.concat(tileOverrides.filter(tileFilter));
5421
- matchingTiles.concat(tiles.filter(tileFilter));
5420
+ matchingTiles = matchingTiles.concat(tileOverrides.filter(tileFilter));
5421
+ matchingTiles = matchingTiles.concat(tiles.filter(tileFilter));
5422
5422
  if (matchingTiles.length > 1) {
5423
5423
  var currentLocation = window.location.pathname;
5424
5424
  return matchingTiles.find(function (tile) {