Skip to content

Commit

Permalink
Merge branch 'master' into new-reporting-card
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynndp authored Feb 3, 2025
2 parents 58dbb70 + 803c79e commit eb69f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DashStat.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function DashStatVerifiedCaptures(props) {
);
}


// Captures should all be "matched" to Tree IDs, or

function DashStatMatchedCaptures(props) {
Expand All @@ -130,6 +131,7 @@ function DashStatMatchedCaptures(props) {

useEffect(() => {
getTotalMatched();

}, []);

return (
Expand Down

0 comments on commit eb69f3e

Please sign in to comment.