Skip to content

Commit

Permalink
Remove auth from Status view
Browse files Browse the repository at this point in the history
Co-authored-by: David Lyon <5115845+dauglyon@users.noreply.github.com>
  • Loading branch information
dakotablair and dauglyon authored May 15, 2024
1 parent 0997f86 commit 94cf0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Routes: FC = () => {
return (
<RRRoutes>
<Route path={`${LEGACY_BASE_ROUTE}/*`} element={<Legacy />} />
<Route path="/status" element={<Authed element={<Status />} />} />
<Route path="/status" element={<Status />} />
<Route
path="/profile/:usernameRequested/narratives"
element={<Authed element={<ProfileWrapper />} />}
Expand Down

0 comments on commit 94cf0b9

Please sign in to comment.