Skip to content

Commit

Permalink
Merge pull request #718 from unicef/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
merceaemil authored Sep 13, 2024
2 parents 04dbd40 + 518be76 commit 6169a3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@types/lodash-es": "^4.17.7",
"@shoelace-style/shoelace": "2.10.0",
"@unicef-polymer/etools-modules-common": "^5.0.0-rc.53",
"@unicef-polymer/etools-modules-common": "^5.0.0-rc.54",
"@unicef-polymer/etools-piwik-analytics": "4.0.1-rc.3",
"@unicef-polymer/etools-types": "^1.11.17",
"@unicef-polymer/etools-unicef": "^1.0.0-rc.96",
"@unicef-polymer/etools-utils": "^2.0.0-rc.11",
"@unicef-polymer/etools-unicef": "^1.0.0-rc.99",
"@unicef-polymer/etools-utils": "^2.0.0-rc.12",
"chokidar-cli": "^3.0.0",
"dayjs": "^1.11.10",
"dexie": "^3.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ export class ScReportPageMain extends LitElement {
getFindingsData() {
const findingsLowPriority = (
this.shadowRoot!.querySelector('#findingsLowPriority') as SummaryFindingsElement
).getFindingsData();
)?.getFindingsData();
const findingsHighPriority = (
this.shadowRoot!.querySelector('#findingsHighPriority') as SummaryFindingsElement
).getFindingsData();
)?.getFindingsData();
const findings = concat(findingsLowPriority || [], findingsHighPriority || []);
return findings.length ? findings : null;
}
Expand Down

0 comments on commit 6169a3b

Please sign in to comment.