+
+
+ {hasEntity &&
+ crown.type !== 'most-loved' &&
+ crown.type !== 'fastest-rising' &&
+ crown.type !== 'most-discussed' &&
+ crown.type !== 'most-controversial' &&
+ crown.type !== 'developers-choice' && (
+
+ {Array.from({ length: CROWN_SPARK_COUNT }, (_, i) => (
+
+ ))}
+
+ )}
+
+ {hasEntity && crown.type === 'most-controversial' && (
+ <>
+
+
+ {Array.from({ length: 10 }, (_, i) => (
+
+ ))}
+
+ >
+ )}
+
+ {hasEntity && crown.type === 'developers-choice' && (
+ <>
+
+
+ {Array.from({ length: 2 }, (_, i) => (
+
+ ))}
+
+
+ {Array.from({ length: 16 }, (_, i) => (
+
+ ))}
+
+ >
+ )}
+
+ {hasEntity && crown.type === 'most-discussed' && (
+
+ {Array.from({ length: 6 }, (_, i) => (
+
+ ))}
+
+ )}
+
+ {hasEntity && crown.type === 'most-loved' && (
+
+ )}
+