Skip to content

Commit

Permalink
chore: removed children
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas committed Jun 3, 2021
1 parent af37d37 commit 6a7138f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/InstallButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const createInstallLink = () => {
return `https://one.newrelic.com/launcher/nr1-core.explorer`;
};

const InstallButton = ({ children, title, ...props }) => {
const InstallButton = ({ title, ...props }) => {
return (
<div
css={css`
Expand Down Expand Up @@ -49,7 +49,6 @@ const InstallButton = ({ children, title, ...props }) => {
};

InstallButton.propTypes = {
children: PropTypes.node,
title: PropTypes.string,
guid: PropTypes.string,
};
Expand Down

0 comments on commit 6a7138f

Please sign in to comment.