Skip to content

Commit

Permalink
sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Nov 29, 2024
1 parent cf8a5a6 commit 7859bd9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib/tw-project-meta-fetcher-hoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,8 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
this.props.onSetDescription(instructions, credits);
}
if (
typeof rawData.accepted === 'boolean'
|| typeof rawData.removedsoft === 'boolean'
|| String(rawData.remix) !== '0' // checks isRemix and remixId existing at the same time
|| typeof rawData.tooLarge === 'boolean'
|| authorName
String(rawData.remix) !== '0' // checks isRemix and remixId existing at the same time
) {
console.log(rawData.remix);
this.props.onSetExtraProjectInfo(
rawData.public && !rawData.softRejected,
String(rawData.remix) !== '0',
Expand Down

0 comments on commit 7859bd9

Please sign in to comment.