Merge pull request #2597 from mattermost/plt-2011
PLT-2011 Fixing sidebar jump warning
Этот коммит содержится в:
@@ -5,7 +5,6 @@ import UserStore from 'stores/user_store.jsx';
|
|||||||
import UserProfile from './user_profile.jsx';
|
import UserProfile from './user_profile.jsx';
|
||||||
import * as GlobalActions from 'action_creators/global_actions.jsx';
|
import * as GlobalActions from 'action_creators/global_actions.jsx';
|
||||||
import * as TextFormatting from 'utils/text_formatting.jsx';
|
import * as TextFormatting from 'utils/text_formatting.jsx';
|
||||||
import * as Utils from 'utils/utils.jsx';
|
|
||||||
|
|
||||||
import Constants from 'utils/constants.jsx';
|
import Constants from 'utils/constants.jsx';
|
||||||
|
|
||||||
@@ -88,7 +87,7 @@ export default class SearchResultsItem extends React.Component {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
to={Utils.getTeamURLFromAddressBar() + '/pl/' + this.props.post.id}
|
to={'/' + window.location.pathname.split('/')[1] + '/pl/' + this.props.post.id}
|
||||||
className='search-item__jump'
|
className='search-item__jump'
|
||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user