From ad9dfb54b0d086ba6bb805a86b00b628f3d990c8 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 05:00:33 +0000 Subject: [PATCH] Fix modal options --- src/components/CrapsGame.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CrapsGame.tsx b/src/components/CrapsGame.tsx index 31774a4..51526af 100644 --- a/src/components/CrapsGame.tsx +++ b/src/components/CrapsGame.tsx @@ -151,7 +151,7 @@ const CrapsGame: React.FC = ({ showSocialShare = false }) => {

Loss Sums

- {Array.from({ length: 12 }, (_, i) => i + 1).map((sum) => ( + {Array.from({ length: 11 }, (_, i) => i + 2).map((sum) => (
= ({ showSocialShare = false }) => {

Win Sums

- {Array.from({ length: 12 }, (_, i) => i + 1).map((sum) => ( + {Array.from({ length: 11 }, (_, i) => i + 2).map((sum) => (