mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-27 06:25:47 +08:00
Refactor: Wakatime card: Add missing returns statement for createTextNode function (#3032)
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user