This commit is contained in:
mgabdev
2020-04-23 02:13:29 -04:00
parent fed036be08
commit e2e7e8c0af
177 changed files with 1231 additions and 1326 deletions

View File

@@ -17,19 +17,9 @@ const messages = defineMessages({
follow: { id: 'follow', defaultMessage: 'Follow' },
})
const makeMapStateToProps = () => {
const getStatus = makeGetStatus()
const mapStateToProps = (state, props) => {
const status = getStatus(state, props)
return {
status,
}
}
return mapStateToProps
}
const makeMapStateToProps = (state, props) => ({
status: makeGetStatus()(state, props)
})
export default
@injectIntl
@@ -81,7 +71,7 @@ class Comment extends ImmutablePureComponent {
<div className={[_s.default, _s.flexRow, _s.mt5].join(' ')}>
<Button
text
isText
radiusSmall
backgroundColor='none'
color='tertiary'
@@ -93,7 +83,7 @@ class Comment extends ImmutablePureComponent {
</Button>
<Button
text
isText
radiusSmall
backgroundColor='none'
color='tertiary'
@@ -105,7 +95,7 @@ class Comment extends ImmutablePureComponent {
</Button>
<Button
text
isText
radiusSmall
backgroundColor='none'
color='tertiary'