diff --git a/src/cards/wakatime-card.js b/src/cards/wakatime-card.js index 6aedc5c..e3f5433 100644 --- a/src/cards/wakatime-card.js +++ b/src/cards/wakatime-card.js @@ -96,7 +96,7 @@ const createLanguageTextNode = ({ langs, y }) => { * @param {string} args.value The value of the text node item. * @param {number} args.index The index of the text node item. * @param {string} args.percent Percentage of the text node item. - * @param {boolean} args.hideProgress Whether to hide the progress bar. + * @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.