Skip to content

Commit 4b1797c

Browse files
committed
i greatly dislike this code
1 parent 3bd3d32 commit 4b1797c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
9797
const authorName = data.author.username;
9898
const authorThumbnail = `https://projects.penguinmod.com/api/v1/users/getpfp?username=${data.author.username}`;
9999
this.props.onSetAuthor(authorName, authorThumbnail);
100-
const instructions = data.instructions || '';
100+
const instructions = data.desc || '';
101101
const credits = data.notes || '';
102102
if (instructions || credits) {
103103
this.props.onSetDescription(instructions, credits);

0 commit comments

Comments
 (0)