aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-03 14:57:21 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-03 14:57:21 -0700
commit05b8de1c99321b12ee246a60bb26778543c40094 (patch)
tree61acb306397dee5646d5e5e89912b7530b840bda
parentcef1aed591861ea0b18e3f67849e249d1da22ce4 (diff)
downloadtrackermap-web-05b8de1c99321b12ee246a60bb26778543c40094.tar.gz
trackermap-web-05b8de1c99321b12ee246a60bb26778543c40094.tar.bz2
trackermap-web-05b8de1c99321b12ee246a60bb26778543c40094.zip
Remove default value
-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}`}