diff --git a/src/client/components/Dashboard/Dashboard.tsx b/src/client/components/Dashboard/Dashboard.tsx index 5b3a19c..898a7f6 100644 --- a/src/client/components/Dashboard/Dashboard.tsx +++ b/src/client/components/Dashboard/Dashboard.tsx @@ -72,10 +72,23 @@ export const Dashboard = (): ReactElement => { tagged with ComicVine )} -
- 1304 with - custom metadata -
+ {!isUndefined(libraryStatistics.statistics) && + !isEmpty( + libraryStatistics.statistics[0].issuesWithComicInfoXML, + ) && ( +
+ + { + libraryStatistics.statistics[0] + .issuesWithComicInfoXML.length + } + {" "} + with + + ComicInfo.xml + +
+ )}