mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
remove console
This commit is contained in:
parent
d5b411b572
commit
a123ace686
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ const Link = (props) => {
|
||||||
hidden,
|
hidden,
|
||||||
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…
Add table
Reference in a new issue