From c85fcb9661cfa0e417fa24e1497fca3152f48f2f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 16 Oct 2022 17:39:21 -0700 Subject: Fix map click --- modern/src/other/ReplayPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern') diff --git a/modern/src/other/ReplayPage.js b/modern/src/other/ReplayPage.js index fb83d5a9..67e44105 100644 --- a/modern/src/other/ReplayPage.js +++ b/modern/src/other/ReplayPage.js @@ -165,7 +165,7 @@ const ReplayPage = () => { {index < positions.length && ( setShowCard(true)} + onClick={(positionId) => setShowCard(!!positionId)} /> )} -- cgit v1.2.3