diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index bd11594..3a18d54 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -140,8 +140,13 @@ function ItemPageBadges({ item, isEmbedded }) { // empty). isLoaded={item.createdAt !== undefined} > - - + + {item.createdAt && } )