UI Modifications for multiple tickets
Этот коммит содержится в:
@@ -955,7 +955,8 @@ export function getTeamURLFromAddressBar() {
|
||||
|
||||
export function getShortenedTeamURL() {
|
||||
const teamURL = getTeamURLFromAddressBar();
|
||||
if (teamURL.length > 24) {
|
||||
if (teamURL.length > 35) {
|
||||
return teamURL.substring(0, 10) + '...' + teamURL.substring(teamURL.length - 12, teamURL.length) + '/';
|
||||
}
|
||||
return teamURL + '/';
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user