Supporters' Blorbos
+This is where the supporters' blorbos will be displayed.
+-
+ {blorboEntries.map((blorbo) => (
+ <>
+
-
+ {blorbo.name} from {blorbo.fandom}
+ Blorbo ID: {blorbo.id}
+ Image url: {blorbo.image_url}
+ Email: {blorbo.email}
+ Status: {blorbo.subscription_status}
+ Tier: {blorbo.subscription_tier}
+ Supporter ID: {blorbo.supporter_id}
+ Owner: {blorbo.external_id} +
+ >
+ ))}
+