Skip to content

Commit

Permalink
[Fix #640] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed Oct 24, 2024
1 parent 51f2c4e commit ee27cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const FaultEventMenu = ({
setIsModified(isDirty);
}, [isDirty]);

const { frPrediction, frEstimate } = getFailureRastes(shapeToolData);
const { frPrediction, frEstimate } = getFailureRates(shapeToolData);

const isReferenceProbabilityOutdated = (shapeToolData: FaultEvent) => {
return (
Expand Down

0 comments on commit ee27cd7

Please sign in to comment.