Skip to content
Snippets Groups Projects
Commit fc5856a4 authored by JaeeunCho's avatar JaeeunCho
Browse files

HTML5 - linted code

parent ca808195
No related branches found
No related tags found
No related merge requests found
......@@ -342,15 +342,15 @@ class UserListItem extends Component {
);
}
renderUserIcons() {
const {
user,
compact,
} = this.props;
if (compact) {
return;
}
renderUserIcons() {
const {
user,
compact,
} = this.props;
if (compact) {
return;
}
let audioChatIcon = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment