aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/src/other/ReplayPage.js1
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}`}