Skip to content

Commit b9bee5f

Browse files
committed
just give me something man
1 parent 7859bd9 commit b9bee5f

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
@@ -102,6 +102,7 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
102102
if (instructions || credits) {
103103
this.props.onSetDescription(instructions, credits);
104104
}
105+
console.log(rawData);
105106
if (
106107
String(rawData.remix) !== '0' // checks isRemix and remixId existing at the same time
107108
) {

0 commit comments

Comments
 (0)