Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Mar 8, 2024
1 parent 2bff70c commit b8b2040
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,7 @@ export default function App() {
<SecureRoute
path="/ResultValidationByTestDate"
exact
component={() => (
<>{(window.location.href = "/validation?type=testDate")}</>
)}
component={() => <StudyValidation />}
role="Validation"
/>
<Route path="*" component={() => <RedirectOldUI />} />
Expand Down

0 comments on commit b8b2040

Please sign in to comment.