@everymatrix/casino-game-page 1.37.9 → 1.37.11

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-game-page",
3
- "version": "1.37.9",
3
+ "version": "1.37.11",
4
4
  "main": "dist/casino-game-page.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": "ce63e9919b2417a905be00e35e304ac961790a58"
38
+ "gitHead": "bf020b7053c86226ac419f42cea1dabb823cee47"
39
39
  }
@@ -688,7 +688,7 @@
688
688
  {#if hasErrors}
689
689
  <p class="SearchLoading">500 Error - Internal Server Error.</p>
690
690
  {:else}
691
- <div class="GamePageBackground" style="background:{!mobileView? `url(${game.backgroundImageUrl})`: ''}; background-size: cover" bind:this={gamePageBackground}>
691
+ <div class="GamePageBackground" style="background:{!mobileView? `url(${game?.backgroundImageUrl})`: ''}; background-size: cover" bind:this={gamePageBackground}>
692
692
  <div class="CasinoGamePageContainer" style="background: rgba(0, 0, 0, 0.5)">
693
693
  {#if detailsObtained}
694
694
  {#if mobileView}