Skip to content

Commit

Permalink
ADM-944: [frontend] feat: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandy-Tang committed May 29, 2024
1 parent 525e167 commit 3c7502c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ChartAndTitleWrapper = forwardRef(
return INCREASE;
} else if (trendInfo.trendNumber < 0) {
return DECREASE;
} else if (UP_TREND_IS_BETTER.includes(trendInfo.type)){
} else if (UP_TREND_IS_BETTER.includes(trendInfo.type)) {
return INCREASE;
} else {
return DECREASE;
Expand Down

0 comments on commit 3c7502c

Please sign in to comment.