{#if following?.length && alToken}

Following

{#each following as friend}
avatar {friend.user.name} {friend.status.toLowerCase()} IPC.emit('open', 'https://anilist.co/user/' + friend.user.name)}> open_in_new
{/each}
{/if}