Skip to content

Commit 13bfdaf

Browse files
committed
say it is soooo
1 parent 23a74af commit 13bfdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
124124
}
125125
this.props.onSetRemixedProjectInfo(
126126
true, // loaded
127-
remixProject.name,
128-
remixProject.owner
127+
remixProject.title,
128+
remixProject.author
129129
);
130130
})
131131
.catch(err => {

0 commit comments

Comments
 (0)