Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Slaker committed Feb 2, 2021
1 parent c780a2f commit 8fdbc21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FrameworkDetails/FrameworkDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { frameworks } from '../../data/frameworks'
const columns = [
{ title: "Framework", field: "name", render: rowData => {
const selectedFramework = frameworks.find(framework => framework.name === rowData.name)
debugger
return <img width="50px" height="50px" src={selectedFramework.imgSrc} alt={rowData.name}/>
} },
{ title: "Stars", field: "stargazers_count" },
Expand Down

0 comments on commit 8fdbc21

Please sign in to comment.