We show a user's badges on their profile page. If they have some badges, the element looks like this:
If they have no badges, the element looks like this:
If they have some badges, but all the badges are disabled, the element looks like this:
For now, it should probably just show the "no badges" state. In the future, we might want to add some kind of "some disabled badges" state, and add a link to see all of a user's badges (which would also help if the user has many badges). This eventually runs into T9006, but fixing the bad state would be nice ahead of that.