We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6fffa commit 2e1a969Copy full SHA for 2e1a969
1 file changed
src/lib/tw-project-meta-fetcher-hoc.jsx
@@ -75,7 +75,7 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
75
this.props.onSetAuthor(authorName, authorThumbnail);
76
const instructions = data.instructions || '';
77
const credits = data.description || '';
78
- if(url2.has('author') {
+ if(url2.has('author')) {
79
const authorName = url.get('author');
80
}
81
if(url2.has('credits') && url2.has('instructions')) {
0 commit comments