Skip to content

Commit

Permalink
prettier instead of eslint in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsyro committed Oct 31, 2024
1 parent a9ea2ba commit 0c23028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/core-web/common/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ export const getHighestConsequence = (tsf) => {

const highestRankedDam = tsf.dams.reduce((prev, current) =>
CONSEQUENCE_CLASSIFICATION_RANK_HASH[prev.consequence_classification] >
CONSEQUENCE_CLASSIFICATION_RANK_HASH[current.consequence_classification]
CONSEQUENCE_CLASSIFICATION_RANK_HASH[current.consequence_classification]
? prev
: current
);
Expand Down

0 comments on commit 0c23028

Please sign in to comment.