We have a requirement where we need to render some component in profile page based on the user's connection list. Suppose i am user1 and i have user2 in my connection list . So if i am logged in as user1 and go to user2 profile page then that component should get rendered but if i go to user3 profile page then that component should not get rendered as he is not in my connection list. How can i achieve this.