Minor fix

This commit is contained in:
Eduard Urbach 2018-03-08 01:46:19 +01:00
parent 6c560896c8
commit de4d208d3e

View File

@ -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