Skip to content

Commit

Permalink
oh my jolly goodness
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Nov 29, 2024
1 parent b9bee5f commit 96a77a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/tw-project-meta-fetcher-hoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 96a77a1

Please sign in to comment.