Closed encounter closed 2 months ago
This reduces duplication by conditionally using the appropriate components based on the diff result that's passed in. Extracts asm-differ-specific logic to DiffRowAsmDiffer.tsx and objdiff to DiffRowObjdiff.tsx.
DiffRowAsmDiffer.tsx
DiffRowObjdiff.tsx
This reduces duplication by conditionally using the appropriate components based on the diff result that's passed in. Extracts asm-differ-specific logic to
DiffRowAsmDiffer.tsx
and objdiff toDiffRowObjdiff.tsx
.