Skip to content

Commit 3a6dcf1

Browse files
authored
Merge pull request #62416 from Expensify/vit-incorrectVariableName
[NoQA] Use correct variable name after renaming
2 parents a637c24 + 6866351 commit 3a6dcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/ReportUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7451,7 +7451,7 @@ function isEmptyReport(report: OnyxEntry<Report>): boolean {
74517451
}
74527452

74537453
// Get the `isEmpty` state from cached report attributes
7454-
const attributes = reportAttributes?.[report.reportID];
7454+
const attributes = reportAttributesDerivedValue?.[report.reportID];
74557455
if (attributes) {
74567456
return attributes.isEmpty;
74577457
}

0 commit comments

Comments
 (0)