aboutsummaryrefslogtreecommitdiff
path: root/modern/src/App.js
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-12-14 19:16:55 -0600
committerIván Ávalos <avalos@disroot.org>2021-12-14 19:16:55 -0600
commit03f9a3ef2b00b8024533e5b720861953bc79e704 (patch)
treef461d5322b38fa2551728e9a1998af5ec1833d71 /modern/src/App.js
parent1e38ec1ceceeb60693b4fe3c302ce5477caddf40 (diff)
downloadetbsa-traccar-web-03f9a3ef2b00b8024533e5b720861953bc79e704.tar.gz
etbsa-traccar-web-03f9a3ef2b00b8024533e5b720861953bc79e704.tar.bz2
etbsa-traccar-web-03f9a3ef2b00b8024533e5b720861953bc79e704.zip
Fixed datetime formatting and now passing position as parameter for StatusView
Diffstat (limited to 'modern/src/App.js')
-rw-r--r--modern/src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/App.js b/modern/src/App.js
index b6d0084..95ed1c2 100644
--- a/modern/src/App.js
+++ b/modern/src/App.js
@@ -60,7 +60,7 @@ const App = () => {
{!initialized ? (<LinearProgress />) : (
<Switch>
<Route exact path="/" component={MainPage} />
- <Route exact path="/replay" component={ReplayPage} />
+ <Route exact path="/replay/:id?" component={ReplayPage} />
<Route exact path="/position/:id?" component={PositionPage} />
<Route exact path="/user/:id?" component={UserPage} />
<Route exact path="/device/:id?" component={DevicePage} />