summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 05:01:39 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 05:01:39 +0530
commit2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d (patch)
tree6ce5b2280ae935f9b3fe9789373bdb0507e6723f /src
parentUpgraded pnpm and recipes submodule (diff)
downloadferdium-app-2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d.tar.gz
ferdium-app-2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d.tar.zst
ferdium-app-2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d.zip
Ignore lint error since it doesn't seem to affect behavior
Run 'pnpm lint' when using scripts on local dev machine
Diffstat (limited to 'src')
-rw-r--r--src/routes.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 04b6fa96f..e090012d8 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -51,6 +51,7 @@ 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 Property 'encodeLocation' is missing in type 'HashHistory' but required in type 'History'.
54 <HistoryRouter history={history}> 55 <HistoryRouter history={history}>
55 <Routes> 56 <Routes>
56 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}> 57 <Route path="/auth" element={<AuthLayoutContainer {...routeProps} />}>