+
+ {i18n('icu:stickers__StickerPicker__featured')}
+
+
+
+
+
+
+ {stickers.length > 0 && (
+
+ {i18n('icu:stickers__StickerPicker__recent')}
+
+ )}
+
- {stickers.map(({ packId, id, url }, index: number) => {
- const maybeFocusRef = index === 0 ? focusRef : undefined;
+ })}
+ >
+ {stickers.map(({ packId, id, url }, index: number) => {
+ const maybeFocusRef = index === 0 ? focusRef : undefined;
- return (
-
+ );
+ })}
+ {Array(pendingCount)
+ .fill(0)
+ .map((_, i) => (
+
-
- );
- })}
- {Array(pendingCount)
- .fill(0)
- .map((_, i) => (
-
- ))}
+ ))}
+