Page MenuHomePhabricator

D9823.diff
No OneTemporary

D9823.diff

diff --git a/lib/reducers/report-store-reducer.js b/lib/reducers/report-store-reducer.js
--- a/lib/reducers/report-store-reducer.js
+++ b/lib/reducers/report-store-reducer.js
@@ -173,7 +173,7 @@
};
}
- if (newReports) {
+ if (newReports.length > 0) {
const reportStoreOperations: $ReadOnlyArray<ReportStoreOperation> =
convertReportsToReplaceReportOps(newReports);

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 6:34 PM (10 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2703545
Default Alt Text
D9823.diff (392 B)

Event Timeline