Skip to content

Commit

Permalink
[Fix partially kbss-cvut/fta-fmea#133] Render fha based failure rate …
Browse files Browse the repository at this point in the history
…from faultEvent.supertypes
  • Loading branch information
kostobog authored and blcham committed Jul 3, 2024
1 parent 3f64401 commit edb7bff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const FaultEventMenu = ({ shapeToolData, onEventUpdated, refreshTree, rootIri }:
}
}, [shapeToolData]);

const basedFailureRate = shapeToolData?.supertypes?.supertypes?.hasFailureRate?.estimate?.value;
const basedFailureRate = shapeToolData?.supertypes?.hasFailureRate?.estimate?.value;
const requiredFailureRate = shapeToolData?.supertypes?.hasFailureRate?.requirement?.upperBound;

const { predictionIri, operationalIri } = getFailureRateIris(shapeToolData?.supertypes?.supertypes);
Expand Down

0 comments on commit edb7bff

Please sign in to comment.