Skip to content

Commit

Permalink
Fix duplicate file count in collection stats (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Dec 11, 2024
1 parent ea3a28d commit 2c79117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/panels/CollectionStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function CollectionStats() {
<Item
key="duplicate-files"
title="Duplicate Hashes"
value={statsQuery.data?.EpisodesWithMultipleFiles}
value={statsQuery.data?.FilesWithDuplicateLocations}
link="/webui/utilities/release-management/duplicates"
/>,
];
Expand Down

0 comments on commit 2c79117

Please sign in to comment.