diff --git a/frontend/app/components/Session_/Subheader.js b/frontend/app/components/Session_/Subheader.js index 6e6f697f9..1a75280aa 100644 --- a/frontend/app/components/Session_/Subheader.js +++ b/frontend/app/components/Session_/Subheader.js @@ -38,7 +38,7 @@ function SubHeader(props) { }, [props.integrations]); const location = - currentLocation && currentLocation.length > 70 + currentLocation && currentLocation.length > 140 ? `${currentLocation.slice(0, 25)}...${currentLocation.slice(-40)}` : currentLocation;