{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ''} {userData?.username} · stocknear

@{userData?.username} {#if isLoaded} {#if isModerator(moderators)} {/if} {/if}

Joined on {new Date(userData?.created ?? null)?.toLocaleString('en-US', { month: 'short', day: 'numeric', year: 'numeric', daySuffix: '2-digit' })}
{#if showTab === 'post'}
{#each Array(5) as _} {/each}
{#if posts?.length === 0}

You didn't post anything yet

Contribute to the community and make your first post

{:else} {#each posts as post, index}
{/each} {/if} {/if}
{#if LoginPopup} {/if}