diff --git a/src/app/SupportPetAppearancesPage.js b/src/app/SupportPetAppearancesPage.js index 3d73c9c9..16f8d722 100644 --- a/src/app/SupportPetAppearancesPage.js +++ b/src/app/SupportPetAppearancesPage.js @@ -89,12 +89,19 @@ function UnlabeledPetAppearancesList() { } return ( - + {speciesColorPairs.map(({ species, color }) => ( ))} + + {speciesColorPairs.length >= 10 && ( + + (That's {speciesColorPairs.length} total, and fewer by the minute!) + + )} + ); }