Utilize `user.requested` to display follow request status on user card
Currently "Follow Request sent" will be displayed only after clicking the follow button, because the condition for it's display is set in followUser
. Instead it should depend on the value of user.requested
.