diff --git a/package.json b/package.json index cd30e2e..646541e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "7.0.0", + "version": "7.0.1", "description": "React frontend for the Cards 110", "author": "Daithi Hearn", "license": "MIT", diff --git a/public/manifest.json b/public/manifest.json index 4298657..367035b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "7.0.0", + "version": "7.0.1", "icons": [ { "src": "./assets/favicon.png", diff --git a/src/components/Game/Actions/ActionsWrapper.tsx b/src/components/Game/Actions/ActionsWrapper.tsx index 7cfabfa..bdf24a2 100644 --- a/src/components/Game/Actions/ActionsWrapper.tsx +++ b/src/components/Game/Actions/ActionsWrapper.tsx @@ -18,7 +18,7 @@ const ActionsWrapper = () => { const isCalled = useAppSelector(getIsRoundCalled) return ( - + {isCalling && } {isBuying && } diff --git a/src/components/Game/Actions/ThrowCardsWarningModal.tsx b/src/components/Game/Actions/ThrowCardsWarningModal.tsx index 9f40a87..ea59058 100644 --- a/src/components/Game/Actions/ThrowCardsWarningModal.tsx +++ b/src/components/Game/Actions/ThrowCardsWarningModal.tsx @@ -67,7 +67,7 @@ const ThrowCardsWarningModal: React.FC = ({ ))} - +