Add missing argument to create compact lang node function to resolve vscode type error (#2714)

This commit is contained in:
Alexandr Garbuzov 2023-05-11 09:36:21 +03:00 committed by GitHub
parent 4b19453c1a
commit 1f4a2c4d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,6 +268,7 @@ const createDonutLanguagesNode = ({ langs, totalSize }) => {
return createCompactLangNode({
lang,
totalSize,
hideProgress: false,
index,
});
}),