Skip to content

Commit

Permalink
remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizajtruss committed Jan 27, 2024
1 parent eb00733 commit bf6b312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/app-web/src/pages/App/AppRoutes.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Fragment, useEffect, useState } from 'react'
import { useNavigate, useLocation, Navigate } from 'react-router'
import { Route, Routes, useParams } from 'react-router-dom'
import { Route, Routes } from 'react-router-dom'
import { useLDClient } from 'launchdarkly-react-client-sdk'
import { extendSession, idmRedirectURL } from '../../pages/Auth/cognitoAuth'
import { assertNever, AuthModeType } from '../../common-code/config'
Expand Down Expand Up @@ -108,7 +108,7 @@ const StateUserRoutes = ({
element={<NewStateSubmissionForm />}
/>
{showRatePages && (
<Route
<Route
path={RoutesRecord.RATE_EDIT}
element={<RateEdit />}
/>
Expand Down

0 comments on commit bf6b312

Please sign in to comment.