Skip to content

Commit 4eabead

Browse files
committed
junk: REVERT ME
1 parent 2b7693c commit 4eabead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export function diffTable(files, { showTotal, collapseUnchanged, omitUnchanged,
201201
totalDelta += delta;
202202

203203
const originalSize = size - delta;
204-
const isUnchanged = Math.abs(delta) < minimumChangeThreshold && originalSize !== 0;
204+
const isUnchanged = Math.abs(delta) < minimumChangeThreshold;
205205

206206
if (isUnchanged && omitUnchanged) continue;
207207

0 commit comments

Comments
 (0)