From 96a77a1c120a554921d119744a70f8ba62dffabf Mon Sep 17 00:00:00 2001 From: Ianyourgod <104151459+Ianyourgod@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:50:48 -0600 Subject: [PATCH] oh my jolly goodness --- src/lib/tw-project-meta-fetcher-hoc.jsx | 2 -- 1 file changed, 2 deletions(-) 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 => {