remove console
This commit is contained in:
parent
d5b411b572
commit
a123ace686
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ const Link = (props) => {
|
|||
disabled,
|
||||
} = props
|
||||
|
||||
console.log(props);
|
||||
const className = (props.className || '') +
|
||||
(!props.className && !props.button ? 'button-text' : '') + // Non-button links get the same look as text buttons
|
||||
(props.button ? ' button-block button-' + props.button + ' button-set-item' : '') +
|
||||
|
|
Loading…
Reference in a new issue