Skip to content

Commit 820912f

Browse files
fix react side
1 parent 17b495c commit 820912f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/DiffUnifiedExtendLine.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const DiffUnifiedExtendLine = ({
8787

8888
const hasExtend = oldLineExtend?.data || newLineExtend?.data;
8989

90-
if (!hasExtend || !unifiedItem || unifiedItem.isHidden || !unifiedItem.diff) return null;
90+
if (!hasExtend || !unifiedItem || unifiedItem.isHidden) return null;
9191

9292
return (
9393
<_DiffUnifiedExtendLine

0 commit comments

Comments
 (0)