Should the pagination widget be shown when there is only 1 page?
I am building a social network web application. When a user visits a profile, he can visit a page that contains a list of the profile's friends.
That page is paginated with a simple pagination widget like this:
Question:
Let's say I am paginating with 10 friends per page. If a profile has only 5 friends, he would only have 1 page. In such a case, should I still show the pagination widget (as it will provide no functionality at all)?