Fix copy paste error for file size comparison (#12040)

This commit is contained in:
Esben Sparre Andreasen
2018-01-18 13:55:40 +00:00
committed by Dan Abramov
parent d3647583b3
commit bd6b533c29
+1 -1
View File
@@ -106,7 +106,7 @@ fetch(commitURL(parentOfOldestCommit)).then(async response => {
for (var name of new Set(packagesToShow)) {
const thisBundleResults = results.filter(r => r.packageName === name);
const changedFiles = thisBundleResults.filter(
r => r.prevGzipSizeChange !== 0 || r.prevGzipSizeChange !== 0
r => r.prevFileSizeChange !== 0 || r.prevGzipSizeChange !== 0
);
const mdHeaders = [