Skip to content

Commit

Permalink
show
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Nov 29, 2024
1 parent 13bfdaf commit 504d2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/tw-project-meta-fetcher-hoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
if (this.props.projectId !== projectId) {
return;
}
console.log(remixProject);
this.props.onSetRemixedProjectInfo(
true, // loaded
remixProject.title,
Expand Down

0 comments on commit 504d2d6

Please sign in to comment.