mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 01:56:36 +08:00
Console log and typo
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user