Loading user profile...
;
if (!profile) notFound();
return (
{profile.description}
{profile.isBanned && (
<>
This user is banned
Their Roblox account appears to be terminated
from the platform. You can see their inventory
and RAP history on{" "}
Rolimons
>
)}
{!profile.isBanned &&
}
);
}