diff --git a/src/Components/RepoBlock/index.js b/src/Components/RepoBlock/index.js index 98a5e33..584af21 100644 --- a/src/Components/RepoBlock/index.js +++ b/src/Components/RepoBlock/index.js @@ -9,10 +9,10 @@ export const RepoBlock = (props) => {

{props.organisation} / {props.name}

{ props.githubInfo ?
-
+
{ props.githubInfo.languages ? <> { Object.keys(props.githubInfo.languages).map((la) => ( -
{la}
+
{la}
)) } :
{props.githubInfo.language}
}