@everymatrix/casino-games-category-section 0.0.260 → 0.0.263

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.260",
3
+ "version": "0.0.263",
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": "a30fdd6f6180c69aabbc0daf1bf2a2e1342bf0e2"
39
+ "gitHead": "fccb99c4d5259efacf828703242697132621b19d"
40
40
  }
@@ -332,8 +332,7 @@
332
332
  case 'UpdateCategoryFavoriteGames':
333
333
  if (e.data.receivedFavoriteResults) {
334
334
  favoriteGames = e.data.receivedFavoriteResults.items;
335
-
336
- if (e.data.triggerFactor && !showFavGamesCategory) {
335
+ if (!showFavGamesCategory) {
337
336
  window.postMessage({ type: 'FavoriteUpdate' }, window.location.href);
338
337
  } else if (!lobbyView && !mostPlayedScreen) {
339
338
  window.postMessage({ type: 'CategoryUpdate', itemId: categoryid }, window.location.href);