aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-30 23:49:55 +0100
committerLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-30 23:49:55 +0100
commit4b62661d58e56f03e6d4888df80473150126e5a8 (patch)
treefcbbd8f1d393cfa1efbcbbbfa94b9ef8e5a5d462 /src/routes.tsx
parent6.3.0-nightly.14 [skip ci] (diff)
downloadferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.tar.gz
ferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.tar.zst
ferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.zip
Revert "Update react-router-dom, react-tooltip & react-transition-group latest version (#1199)"
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index beada5c96..04b6fa96f 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -51,7 +51,6 @@ class FerdiumRoutes extends Component<IProps> {
51 const errorProps = { error: routeProps.stores.globalError.error || {} }; 51 const errorProps = { error: routeProps.stores.globalError.error || {} };
52 52
53 return ( 53 return (
54 // @ts-expect-error
55 <HistoryRouter history={history}> 54 <HistoryRouter history={history}>
56 <Routes> 55 <Routes>
57 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}> 56 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}>