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 committed Jul 2, 2024
1 parent 37dabdf commit 52b0600
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 radioStyle = {
color: theme.main.black,
Expand Down

0 comments on commit 52b0600

Please sign in to comment.