mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
ESlint no-useless-concat, no-mixed-spaces-and-tabs
This commit is contained in:
@@ -114,7 +114,7 @@ define('chat', [
|
||||
}
|
||||
|
||||
var rooms = data.rooms.filter(function (room) {
|
||||
return room.teaser;
|
||||
return room.teaser;
|
||||
});
|
||||
|
||||
templates.parse('partials/chats/dropdown', {
|
||||
|
||||
Reference in New Issue
Block a user