Updating some client deps + eslint
Этот коммит содержится в:
@@ -24,7 +24,7 @@ class AtMentionSuggestion extends React.Component {
|
||||
defaultMessage='Notifies everyone in the team'
|
||||
/>
|
||||
);
|
||||
icon = <i className='mention-img fa fa-users fa-2x' />;
|
||||
icon = <i className='mention-img fa fa-users fa-2x'/>;
|
||||
} else if (item.username === 'channel') {
|
||||
username = 'channel';
|
||||
description = (
|
||||
@@ -33,7 +33,7 @@ class AtMentionSuggestion extends React.Component {
|
||||
defaultMessage='Notifies everyone in the channel'
|
||||
/>
|
||||
);
|
||||
icon = <i className='mention-img fa fa-users fa-2x' />;
|
||||
icon = <i className='mention-img fa fa-users fa-2x'/>;
|
||||
} else {
|
||||
username = item.username;
|
||||
description = Utils.getFullName(item);
|
||||
|
||||
@@ -140,7 +140,7 @@ export default class SuggestionBox extends React.Component {
|
||||
return (
|
||||
<div>
|
||||
{textbox}
|
||||
<SuggestionListComponent suggestionId={this.suggestionId} />
|
||||
<SuggestionListComponent suggestionId={this.suggestionId}/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user