Fixed issue with getting status id in Search page
• Fixed: - issue with getting status id in Search page
This commit is contained in:
parent
84f779b070
commit
4bfe7d63bb
@ -154,8 +154,8 @@ class Search extends ImmutablePureComponent {
|
|||||||
{
|
{
|
||||||
results.get('statuses').slice(0, size).map((status) => (
|
results.get('statuses').slice(0, size).map((status) => (
|
||||||
<StatusContainer
|
<StatusContainer
|
||||||
key={`status-${status.id}`}
|
key={`status-${status.get('id')}`}
|
||||||
id={status.id}
|
id={status.get('id')}
|
||||||
contextType='search'
|
contextType='search'
|
||||||
commentsLimited
|
commentsLimited
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user