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.
2 parents 903b340 + 7a8f625 commit 4f1d76cCopy full SHA for 4f1d76c
src/pages/Story.js
@@ -193,6 +193,12 @@ const Story = (props) => {
193
</Button>
194
</>
195
}
196
+ <img
197
+ src={story.product.logo?.url}
198
+ className='preview image'
199
+ style={{ width: '150px' }}
200
+ alt={story.product.Name}
201
+ />
202
</div>
203
204
src/services/user_story.js
@@ -113,6 +113,12 @@ const userStory = {
113
url
114
115
createdAt
116
+ product {
117
+ Name
118
+ logo {
119
+ url
120
+ }
121
122
123
124
${BASIC_STORY_INFO_FRAGMENT}
0 commit comments