diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-03 14:57:21 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-03 14:57:21 -0700 |
commit | 05b8de1c99321b12ee246a60bb26778543c40094 (patch) | |
tree | 61acb306397dee5646d5e5e89912b7530b840bda /modern/src/other | |
parent | cef1aed591861ea0b18e3f67849e249d1da22ce4 (diff) | |
download | trackermap-web-05b8de1c99321b12ee246a60bb26778543c40094.tar.gz trackermap-web-05b8de1c99321b12ee246a60bb26778543c40094.tar.bz2 trackermap-web-05b8de1c99321b12ee246a60bb26778543c40094.zip |
Remove default value
Diffstat (limited to 'modern/src/other')
-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}`} |