mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-25 15:58:47 +00:00
Refactor: Wakatime card: Add missing returns statement for createTextNode function (#3032)
This commit is contained in:
committed by
GitHub
parent
58d8cd4e67
commit
6d086b4c40
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user