From 05b8de1c99321b12ee246a60bb26778543c40094 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 3 Jul 2022 14:57:21 -0700 Subject: Remove default value --- modern/src/other/ReplayPage.js | 1 - 1 file changed, 1 deletion(-) (limited to 'modern/src/other/ReplayPage.js') diff --git a/modern/src/other/ReplayPage.js b/modern/src/other/ReplayPage.js index c569adec..7a655d10 100644 --- a/modern/src/other/ReplayPage.js +++ b/modern/src/other/ReplayPage.js @@ -168,7 +168,6 @@ const ReplayPage = () => { marks={positions.map((_, index) => ({ value: index }))} value={index} onChange={(_, index) => setIndex(index)} - valueLabelDisplay="off" />
{`${index + 1}/${positions.length}`} -- cgit v1.2.3