Skip to content

Commit 15137d8

Browse files
committed
send a bunch more useful data
1 parent d76d4a9 commit 15137d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/tw-project-meta-fetcher-hoc.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,10 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
157157
type: 'block-compiler-action',
158158
action: 'scratch-project-description',
159159
payload: {
160-
instructions: data.instructions || ''
160+
instructions: data.instructions || '',
161+
pfp: data.author.pfp,
162+
username: data.author.username,
163+
title: data.title
161164
// description: data.description || ''
162165
}
163166
}, '*');

0 commit comments

Comments
 (0)