File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { ResponsiveBar } from '@nivo/bar'
22import React , { Fragment } from "react"
3- import DataProvider from "../../Data-provider"
43// make sure parent container have a defined height when using
54// responsive component, otherwise height will be 0 and
65// no chart will be rendered.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ const Repository = (props) => {
44 const repoData = props . repoData
55 return (
66 < div >
7- < p > Total commits : { repoData . totalCommit } </ p >
7+ { /* <p>Total commits : {repoData.totalCommit}</p>
88 <p>Total Stars : {repoData.totalStar}</p>
99 <p>Total Forks : {repoData.totalFork}</p>
10- < p > Total Repos : { repoData . totalRepo } </ p >
10+ <p>Total Repos : {repoData.totalRepo}</p> */ }
1111 </ div >
1212 )
1313}
You can’t perform that action at this time.
0 commit comments