@everymatrix/casino-footer-v2 1.14.7 → 1.14.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-footer-v2",
3
- "version": "1.14.7",
3
+ "version": "1.14.8",
4
4
  "main": "dist/casino-footer-v2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "e0c4908ae0358ad455046427736d3bbb675e6fb6"
38
+ "gitHead": "dd7a5e08435fe692117f5e7bc71fecb04c8e5cc9"
39
39
  }
@@ -168,8 +168,8 @@
168
168
  url.searchParams.append('helpLinks_groupby', 'helpLinkCategory');
169
169
  }
170
170
 
171
+ hasErrors = false;
171
172
  isLoading = true;
172
-
173
173
  fetch(url.href)
174
174
  .then((res:any) => res.json())
175
175
  .then((data:any) => {
@@ -227,7 +227,6 @@
227
227
  }).catch((err:any) => {
228
228
  hasErrors = true;
229
229
  isLoading = false;
230
-
231
230
  console.error(err);
232
231
  });
233
232
  }