Skip to content

Commit

Permalink
this code is so ass
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Nov 29, 2024
1 parent 0cd8a4e commit 3bd3d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tw-project-meta-fetcher-hoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
if (this.props.projectId !== projectId) {
return;
}
const title = data.title;
const title = data.name;
if (title) {
this.props.onSetProjectTitle(title);
}
Expand Down

0 comments on commit 3bd3d32

Please sign in to comment.