diff options
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/other/ReplayPage.js | 1 |
1 files changed, 0 insertions, 1 deletions
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" /> <div className={classes.controls}> {`${index + 1}/${positions.length}`} |