diff --git a/src/components/web/WebApp.tsx b/src/components/web/WebApp.tsx index 4961e444da..37705ef55d 100644 --- a/src/components/web/WebApp.tsx +++ b/src/components/web/WebApp.tsx @@ -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, '')}`