mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Remove party joined option (#8212)
* Remove party joined option * Make default sort sort by profile name * Remove extraneous comment
This commit is contained in:
@@ -52,8 +52,7 @@ habitrpg.controller("HeaderCtrl", ['$scope', 'Groups', 'User',
|
||||
return member.auth.timestamps.loggedin;
|
||||
break
|
||||
default:
|
||||
// party date joined
|
||||
return true;
|
||||
return member.profile.name;
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user