* Add: #92 アカウントのおすすめタグを真ん中のカラムからも確認できるように * ハッシュタグを隠さないよう修正
This commit is contained in:
parent
227090147e
commit
808244f0cd
4 changed files with 45 additions and 8 deletions
|
@ -37,6 +37,7 @@ const makeMapStateToProps = () => {
|
|||
account: getAccount(state, accountId),
|
||||
domain: state.getIn(['meta', 'domain']),
|
||||
hidden: getAccountHidden(state, accountId),
|
||||
featuredTags: state.getIn(['user_lists', 'featured_tags', accountId, 'items']),
|
||||
});
|
||||
|
||||
return mapStateToProps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue