Load more button showing 2 time on author profile page.

If load more button showing 2 time on your author profile page then follow this. 

Open author.php

Come to line number 27.

You will see this code.

get_template_part('loop-nav');
So just remove this line and save file.

Thanks