@everymatrix/casino-games-category-section 0.0.304 → 0.0.307
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.
|
|
3
|
+
"version": "0.0.307",
|
|
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": "
|
|
39
|
+
"gitHead": "28f4973122626812bb9aebe1512b21179e144e57"
|
|
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;
|