@copart/ops-tool-kit 1.11.9 → 1.11.10

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$7 = "1.11.9";
36
+ const version$7 = "1.11.10";
37
37
  const main$1 = "dist/ops-tool-kit.js";
38
38
  const style = "dist/ops-tool-kit.css";
39
39
  const files = [
@@ -5412,8 +5412,8 @@ var findAppData = function findAppData() {
5412
5412
  var tiles = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
5413
5413
  var tileOverrides = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
5414
5414
  var matchingTiles = [];
5415
- matchingTiles.concat(tileOverrides.filter(tileFilter));
5416
- matchingTiles.concat(tiles.filter(tileFilter));
5415
+ matchingTiles = matchingTiles.concat(tileOverrides.filter(tileFilter));
5416
+ matchingTiles = matchingTiles.concat(tiles.filter(tileFilter));
5417
5417
  if (matchingTiles.length > 1) {
5418
5418
  var currentLocation = window.location.pathname;
5419
5419
  return matchingTiles.find(function (tile) {