We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac83b5 commit a289549Copy full SHA for a289549
src/components/StoriesList.js
@@ -59,7 +59,7 @@ const StoriesList = (props) => {
59
<div className='flex flex-column'>
60
<span className='story-meta'>
61
<i className='eos-icons'>attachment</i>
62
- {story.user_story_comments.length}
+ {story.Attachment.length}
63
</span>
64
65
<i className='eos-icons'>comment</i>
src/services/user_story.js
@@ -61,6 +61,10 @@ const userStory = {
product {
Name
}
+ Attachment {
+ id
66
+ url
67
+ }
68
author {
69
id
70
username
0 commit comments