-
-
- {PRESET_COLORS.map((color) => (
-
- ))}
+
+
+ Your XP: {userXp}
+
+ {PRESET_COLORS.map((color) => {
+ const isLocked = userXp < color.xpRequired
+ return (
+
+ )
+ })}
+
+
+ Earn XP by attending shows, writing reviews, and rating performances
+
{error && (
@@ -481,7 +508,7 @@ function AppearanceSection({