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 d76d4a9 commit 15137d8Copy full SHA for 15137d8
src/lib/tw-project-meta-fetcher-hoc.jsx
@@ -157,7 +157,10 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
157
type: 'block-compiler-action',
158
action: 'scratch-project-description',
159
payload: {
160
- instructions: data.instructions || ''
+ instructions: data.instructions || '',
161
+ pfp: data.author.pfp,
162
+ username: data.author.username,
163
+ title: data.title
164
// description: data.description || ''
165
}
166
}, '*');
0 commit comments