mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 23:32:54 +00:00
Add missing argument to create compact lang node function to resolve vscode type error (#2714)
This commit is contained in:
parent
4b19453c1a
commit
1f4a2c4d82
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ const createDonutLanguagesNode = ({ langs, totalSize }) => {
|
|||
return createCompactLangNode({
|
||||
lang,
|
||||
totalSize,
|
||||
hideProgress: false,
|
||||
index,
|
||||
});
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue