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 f15381e commit 6355b2bCopy full SHA for 6355b2b
src/pages/MyStories.js
@@ -83,6 +83,10 @@ const MyStories = () => {
83
product {
84
Name
85
}
86
+ Attachment {
87
+ id
88
+ url
89
+ }
90
author {
91
id
92
username
@@ -118,6 +122,10 @@ const MyStories = () => {
118
122
119
123
120
124
125
126
127
128
121
129
130
131
src/pages/Profile.js
@@ -92,6 +92,10 @@ const Profile = (props) => {
93
94
95
96
97
98
99
100
101
0 commit comments