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 error screen height

Luna 5a913cb3 07866cf8

+3 -6
-1
app/profile/analytics/page.tsx
··· 35 35 if (error || (data && "message" in data)) { 36 36 return ( 37 37 <ScreenMessage 38 - top="0rem" 39 38 title="Something went wrong on this page.." 40 39 description={ 41 40 (data && "message" in data ? data.message : `${error}`)
-1
app/profile/layout.tsx
··· 50 50 if (error || (data && "message" in data)) { 51 51 return ( 52 52 <ScreenMessage 53 - top="0rem" 54 53 title="Something went wrong on this page.." 55 54 description={ 56 55 (data && "message" in data ? data.message : `${error}`)
+3 -4
app/profile/spotify/page.tsx
··· 28 28 cacheOptions 29 29 ); 30 30 31 - if (error || (data && "message" in data)) { 31 + if (error || (data && "message" in data && data.statusCode !== 404)) { 32 32 return ( 33 33 <ScreenMessage 34 - top="0rem" 35 34 title="Something went wrong on this page.." 36 35 description={ 37 36 (data && "message" in data ? data.message : `${error}`) ··· 51 50 return ( 52 51 <div className="h-full"> 53 52 54 - {!data.displayName && 53 + {"statusCode" in data && 55 54 <ScreenMessage 56 55 title="Nothing to see here.. yet.." 57 56 description="Cool things will come soon" ··· 62 61 /> 63 62 } 64 63 65 - {data.displayName && user?.id && 64 + {"displayName" in data && user?.id && 66 65 <> 67 66 68 67 <div className="flex items-center gap-2">