DM and Modal changes (#2927)
* DM and Modal changes * Fixing image previews
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
b4d28fe205
Коммит
64b6d8cde5
@@ -509,7 +509,15 @@ export default class Sidebar extends React.Component {
|
||||
|
||||
let directDivider;
|
||||
if (directMessageNonTeamItems.length !== 0) {
|
||||
directDivider = <hr/>;
|
||||
directDivider =
|
||||
(<div className='sidebar__divider'>
|
||||
<div className='sidebar__divider__text'>
|
||||
<FormattedMessage
|
||||
id='sidebar.otherMembers'
|
||||
defaultMessage='Other teams'
|
||||
/>
|
||||
</div>
|
||||
</div>);
|
||||
}
|
||||
|
||||
// update the favicon to show if there are any notifications
|
||||
|
||||
Ссылка в новой задаче
Block a user