Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 29, 2024
1 parent 32ed8c7 commit b0f721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/util/formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const formatAlarm = (value, t) => {
.join(', ');
}
return '';
}
};

export const formatCourse = (value) => {
const courseValues = ['\u2191', '\u2197', '\u2192', '\u2198', '\u2193', '\u2199', '\u2190', '\u2196'];
Expand Down

0 comments on commit b0f721b

Please sign in to comment.