Console log and typo

This commit is contained in:
Belen Curcio
2017-01-25 11:47:35 -03:00
parent b3eb3e3c43
commit 7c132600f0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ import React, {PropTypes} from 'react';
import styles from './Comment.css';
const Comment = props => {
console.log(props.asset)
return (
<div className={styles.myComment}>
<p className="myCommentAsset">
@@ -60,7 +60,7 @@ class SettingsContainer extends Component {
link={link}
/>
:
<p>{lang.t('user-no-comment')}</p>
<p>{lang.t('userNoComment')}</p>
}
</TabContent>
<TabContent show={activeTab === 1}>