Fixed Language Bug

This commit is contained in:
Camerin 2022-01-11 09:34:14 -05:00
parent 7b625aaa4f
commit 2607875f12
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class GithubRepos extends React.Component {
// Attempt to request languages for all repos once the list of repos is received
this.props.repos.map((repo) => {
this.props.getRepoLanguages(this.username, repo.name);
this.props.getRepoLanguages(this.props.username, repo.name);
return true;