@everymatrix/casino-games-category-section 0.0.305 → 0.0.308

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-games-category-section",
3
- "version": "0.0.305",
3
+ "version": "0.0.308",
4
4
  "main": "dist/casino-games-category-section.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "c3d97ef3aa80d72345ba793aeee7bf1345a66395"
39
+ "gitHead": "e5984ee72155feed711c6e23a8851cb79424e071"
40
40
  }
@@ -302,9 +302,11 @@
302
302
  lobbyView = false;
303
303
  searchItem = false;
304
304
  mostPlayedScreen = false;
305
- showLoadCategory = false;
306
305
  validObservers = true;
307
306
  categoryid = e.data.itemId;
307
+ if (categoryid !== 'MOSTPLAYED') {
308
+ showLoadCategory = false;
309
+ }
308
310
 
309
311
  getData(categoryid, 0, limit).then((res:any) => {
310
312
  categoryData = res;