aboutsummaryrefslogtreecommitdiff
path: root/modern/src/other/ReplayPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/other/ReplayPage.js')
-rw-r--r--modern/src/other/ReplayPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/other/ReplayPage.js b/modern/src/other/ReplayPage.js
index ab549eba..8839138f 100644
--- a/modern/src/other/ReplayPage.js
+++ b/modern/src/other/ReplayPage.js
@@ -161,7 +161,7 @@ const ReplayPage = () => {
<MapRoutePath positions={positions} />
<MapRoutePoints positions={positions} onClick={onPointClick} />
{index < positions.length && (
- <MapPositions positions={[positions[index]]} onClick={onMarkerClick} />
+ <MapPositions positions={[positions[index]]} onClick={onMarkerClick} titleField="fixTime" />
)}
</MapView>
<MapCamera positions={positions} />