Recommended by:

{#await recommend}
{:then celebrities} {#each celebrities?.data as celebrity} {#if celebrity?.profileImage} {celebrity?.fullName} avatar {:else}

{celebrity?.fullName.slice(0, 1)}

{/if}

{celebrity?.fullName}

{celebrity?.celebrityProfession}

{/each} {/await}