Minor fix
This commit is contained in:
parent
6c560896c8
commit
de4d208d3e
@ -56,8 +56,8 @@ func ActiveNoAvatar(ctx *aero.Context) string {
|
||||
return false
|
||||
}
|
||||
|
||||
followersA := followCount[users[i]]
|
||||
followersB := followCount[users[j]]
|
||||
followersA := followCount[users[i].ID]
|
||||
followersB := followCount[users[j].ID]
|
||||
|
||||
if followersA == followersB {
|
||||
return users[i].Nick < users[j].Nick
|
||||
|
Loading…
Reference in New Issue
Block a user