Skip to content

Commit 811f4a6

Browse files
committed
🪰 Pins appended full list
1 parent 68a0f97 commit 811f4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const App: Component = () => {
5353
class="bg-slate-800 border border-white rounded-lg focus:border-red-600 w-80 h-10"
5454
onChange={(e) => setSelection(e.currentTarget.value)}
5555
onMouseOver={() => {
56-
if (gamesList().length <= 2) {
56+
if (gamesList().length <= 2 && !pinsShow()) {
5757
GetGamesList().then((result: string) =>
5858
setGamesList(gamesList().concat(JSON.parse(result)))
5959
);

0 commit comments

Comments
 (0)