From edecf835ede546ef6b9825556f3632d882d1bdfd Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 15 Sep 2015 08:11:00 -0400 Subject: Fixing cutoff team name in new channel modal --- web/react/utils/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index 2076d7842..fca4cd62c 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -1133,6 +1133,6 @@ export function getTeamURLFromAddressBar() { export function getShortenedTeamURL() { const teamURL = getTeamURLFromAddressBar(); if (teamURL.length > 24) { - return teamURL.substring(0, 10) + '...' + teamURL.substring(teamURL.length - 12, teamURL.length - 1) + '/'; + return teamURL.substring(0, 10) + '...' + teamURL.substring(teamURL.length - 12, teamURL.length) + '/'; } } -- cgit v1.2.3-1-g7c22