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