+ {user.flags.map((f, i) => (
+
+ ))}
+
+ )}
{user.display_name ? (
@@ -146,6 +154,14 @@ export default function UserPage() {
))}
+ {/* If a user or member has no bio, flags are displayed in a row below the other profile info, rather than just below the avatar */}
+ {user.flags && !user.bio && (
+