mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Fix comment
This commit is contained in:
@@ -224,7 +224,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
||||
if ($scope.query === undefined || $scope.query === null) {
|
||||
return false;
|
||||
}
|
||||
return msg.user.indexOf($scope.query.text) == 0; // query should be prefix of item.user
|
||||
return msg.user.indexOf($scope.query.text) == 0; // query should be prefix of msg.user
|
||||
}
|
||||
|
||||
$scope.addNewUser = function(user) {
|
||||
|
||||
Reference in New Issue
Block a user