{#await following then res} {@const following = res?.data?.Page?.mediaList} {#if following?.length}
Following
{#each following as friend}
{friend.user.name}
{friend.status.toLowerCase()}
IPC.emit('open', 'https://anilist.co/user/' + friend.user.name)}> open_in_new
{/each}
{/if} {/await}