Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Remove tolowercase for url deep link (#124)
Browse files Browse the repository at this point in the history
I don't believe we need this, but it was added here:
AudiusProject/audius-mobile-client-old@13cc6bb#diff-8f820c4f37cc3f8198a8145000b9d76e17d5fa1322550288d0e0a951a897892c

And i dont know why.

This currently breaks deep links to hash ids
  • Loading branch information
raymondjacobson authored Oct 5, 2021
1 parent bbb7c96 commit a4eba98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/web/WebApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ const WebApp = ({
const pushRoute = useCallback(
(routeUrl: string) => {
const trimmedRoute = `/${routeUrl
.toLowerCase()
.replace(URL_SCHEME, '')
.replace(AUDIUS_SITE_PREFIX, '')
.replace(AUDIUS_REDIRECT_SITE_PREFIX, '')}`
Expand Down

0 comments on commit a4eba98

Please sign in to comment.