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.

fix skeleton not loading

Luna 47d23396 5e4c259d

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