Skip to content

Commit

Permalink
chore: Remove trailing whitespace in App.tsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jun 25, 2024
1 parent 6ef0b32 commit 869e015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const App = () => {
<Route path={URLS.profile} exact>
<Profile slug={EXPERIMENT_SLUG} />
</Route>

<Route path={URLS.internalRedirect} component={InternalRedirect} />

{/* Experiment Collection */}
Expand Down

0 comments on commit 869e015

Please sign in to comment.