Redux #115
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ const Link = (props) => {
|
||||||
disabled,
|
disabled,
|
||||||
} = props
|
} = props
|
||||||
|
|
||||||
console.log(props);
|
|
||||||
const className = (props.className || '') +
|
const className = (props.className || '') +
|
||||||
(!props.className && !props.button ? 'button-text' : '') + // Non-button links get the same look as text buttons
|
(!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' : '') +
|
(props.button ? ' button-block button-' + props.button + ' button-set-item' : '') +
|
||||||
|
|
Loading…
Reference in a new issue