Skip to content

Commit 504d2d6

Browse files
committed
show
1 parent 13bfdaf commit 504d2d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
122122
if (this.props.projectId !== projectId) {
123123
return;
124124
}
125+
console.log(remixProject);
125126
this.props.onSetRemixedProjectInfo(
126127
true, // loaded
127128
remixProject.title,

0 commit comments

Comments
 (0)