diff --git a/src/lib/tw-project-meta-fetcher-hoc.jsx b/src/lib/tw-project-meta-fetcher-hoc.jsx index e6b33a84697..77e6c26d5a6 100644 --- a/src/lib/tw-project-meta-fetcher-hoc.jsx +++ b/src/lib/tw-project-meta-fetcher-hoc.jsx @@ -115,8 +115,6 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) { new Date(rawData.lastUpdate), rawData.lastUpdate !== rawData.date ); - } - if (rawData.remix > 0) { // this is a remix, find the original project fetchProjectMeta(rawData.remix) .then(remixProject => {