Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidhi Shah authored and Vidhi Shah committed Jan 10, 2020
1 parent 0cfa844 commit 7e32352
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/components/copy-component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ function copyToClipboard(e, getBaseUrl, path, method) {
const CopyComponent = ({ getBaseUrl, path, method }) => {

return (
<div>
{
<div onClick={e => copyToClipboard(e, getBaseUrl, path, method)}>
<svg width="20" height="17">
<use xlinkHref={"#copy-to-clipboard"} />
</svg>
</div>
}
</div>
)
}

Expand All @@ -33,4 +29,3 @@ CopyComponent.propTypes = {
}

export default CopyComponent

0 comments on commit 7e32352

Please sign in to comment.