csr tangled client in solid-js
15

Configure Feed

Select the types of activity you want to include in your feed.

fix profile stats showing even if none is set

dawn (May 30, 2026, 6:22 AM +0300) 40a1b57e 714ddf93

+1 -1
+1 -1
src/pages/profile.tsx
··· 344 344 </For> 345 345 </div> 346 346 347 - <Show when={props.profile?.stats && props.profile.stats.length > 0}> 347 + <Show when={props.profile?.stats && props.profile.stats.length > 0 && props.profile.stats.every((s: string) => s.length > 0)}> 348 348 <div class="flex items-center justify-evenly gap-2 py-2"> 349 349 <For each={props.profile.stats}> 350 350 {(statKind) => (