Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Apr 29, 2024
1 parent 8db3a7b commit 65b0361
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ export default function App(): JSX.Element {
/>
{/* Redirect any unavailable URLs to / after the user has loaded. */}
{!isLoadingUser && (
<Route path="/" element={<Navigate to="/" replace />} />
<Route path="*" element={<Navigate to="/" replace />} />
)}
</Routes>
Expand Down

0 comments on commit 65b0361

Please sign in to comment.