Skip to content

Commit

Permalink
Refactor: Wakatime card: Add missing returns statement for createText…
Browse files Browse the repository at this point in the history
…Node function (anuraghazra#3032)
  • Loading branch information
qwerty541 authored Aug 2, 2023
1 parent 58d8cd4 commit 6d086b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/wakatime-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const createLanguageTextNode = ({ langs, y }) => {
* @param {boolean} args.hideProgress Whether to hide the progress bar.
* @param {string} args.progressBarColor The color of the progress bar.
* @param {string} args.progressBarBackgroundColor The color of the progress bar background.
* @returns {string} The text SVG node.
*/
const createTextNode = ({
id,
Expand Down

0 comments on commit 6d086b4

Please sign in to comment.