Compare facts before assuming they are all different

This commit is contained in:
Joe Fiorini
2015-06-02 17:07:16 -04:00
parent 602985f7b5
commit 3d1dc42e2a

View File

@@ -95,6 +95,8 @@ export default
slottedValues = slotFactValues(basisFacts.position, basisValue, comparatorValue);
if (basisValue !== comparatorValue) {
diffs =
{ keyName: basisFact[nameKey],
isNestedDisplay: false,
@@ -102,6 +104,8 @@ export default
value2: slottedValues.right
};
}
} else {
isNestedDisplay = true;