Skip to content

Commit

Permalink
Run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Nov 18, 2024
1 parent dab1352 commit a89c99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MMM-CTA.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Module.register('MMM-CTA', {
if (minutesInt === 0) {
return 'DUE';
}

return this.minutesWithSuffix(minutesInt);
},

Expand Down

0 comments on commit a89c99e

Please sign in to comment.