Followers sometimes get doubled listing in 'my followers' list
Using Jamroom
In your jrFollower item_index.tpl template (yours is custom) I've added
group_by="_profile_id"
It now reads:
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_profile_id`" order_by="_created desc" pagebreak=40 page=$_post.p template=$ftpl pager=true group_by="_profile_id" }
That should fix it.