Skip to content

Commit

Permalink
fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirchnik-xitaso committed Dec 10, 2024
1 parent 47d8ab8 commit 88a529b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ export function CompareRecordValueRow(props: { data: SubmodelCompareDataRecord;
key={valueIndex}
data-testid={`compare-value-${valueIndex}`}
>
{subElement ? (
<CompareSubmodelElement
submodelElement={subElement}
isMarked={markedIndexes.includes(valueIndex)}
/>
) : (
markedIndexes.includes(valueIndex) && <DifferenceSymbol />
)}
{'blub'}
</Grid>
);
})}
Expand Down

0 comments on commit 88a529b

Please sign in to comment.