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 empty connection usernames from displaying not connected

Luna 674cb96e 76f98698

+1 -1
+1 -1
app/profile/connections/page.tsx
··· 89 89 90 90 <div className="truncate"> 91 91 <span className={cn("font-medium text-lg text-red-400 ", connection && "text-neutral-100")}> 92 - {connection?.username || "Not connected"} 92 + {connection ? connection.username : "Not connected"} 93 93 </span> 94 94 <div className="flex items-center gap-1"> 95 95 <Icon type={type} />