{#if following?.length && alToken}
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}