{user?.name || 'Anonymous'}
{#if user?.name}
IPC.emit('open', 'https://anilist.co/user/' + user.name)}>
{/if}