Skip to content

Commit 3bd3d32

Browse files
committed
this code is so ass
1 parent 0cd8a4e commit 3bd3d32

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
@@ -90,7 +90,7 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
9090
if (this.props.projectId !== projectId) {
9191
return;
9292
}
93-
const title = data.title;
93+
const title = data.name;
9494
if (title) {
9595
this.props.onSetProjectTitle(title);
9696
}

0 commit comments

Comments
 (0)