We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a0f97 commit 811f4a6Copy full SHA for 811f4a6
1 file changed
frontend/src/App.tsx
@@ -53,7 +53,7 @@ const App: Component = () => {
53
class="bg-slate-800 border border-white rounded-lg focus:border-red-600 w-80 h-10"
54
onChange={(e) => setSelection(e.currentTarget.value)}
55
onMouseOver={() => {
56
- if (gamesList().length <= 2) {
+ if (gamesList().length <= 2 && !pinsShow()) {
57
GetGamesList().then((result: string) =>
58
setGamesList(gamesList().concat(JSON.parse(result)))
59
);
0 commit comments