Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Dec 23, 2021
1 parent c3dbc46 commit 4f34a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-translations/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ function run() {
const messages = locales.map(([name, stat]) => {
const percentage = (messageCount - stat.untranslated) / messageCount;
const filled = Math.floor(percentage * 30);
// eslint-disable-next-line no-nested-ternary
const color =
// eslint-disable-next-line no-nested-ternary
percentage > 0.99
? logger.green
: percentage > 0.7
Expand Down

0 comments on commit 4f34a21

Please sign in to comment.