The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

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

Update skeleton.tsx

Luna 8d6949ee a5847c49

+1 -1
+1 -1
components/ui/skeleton.tsx
··· 11 11 isLoading, 12 12 ...props 13 13 }: SkeletonProps) { 14 - if (!isLoading) { 14 + if (!isLoading || isLoading === undefined) { 15 15 return ( 16 16 <div className={className} {...props}> 17 17 {children}