From 5085e0c857d8e48bdb3303ce0d00d151a8220a39 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 25 Feb 2024 05:40:54 +0100 Subject: [PATCH] gdfg fdgfdgdfgf --- luckydiamond/src/pages/games-pages/JackpotPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luckydiamond/src/pages/games-pages/JackpotPage.vue b/luckydiamond/src/pages/games-pages/JackpotPage.vue index 9b32745..df37271 100644 --- a/luckydiamond/src/pages/games-pages/JackpotPage.vue +++ b/luckydiamond/src/pages/games-pages/JackpotPage.vue @@ -666,7 +666,7 @@ export default { try { if (data) { const dataObject = JSON.parse(data); - this.winStake = dataObject.CurrentGame.winStake; + this.winStake = dataObject.CurrentGame.WinStake; console.log(dataObject);