Skip to content

Commit 96a77a1

Browse files
committed
oh my jolly goodness
1 parent b9bee5f commit 96a77a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/tw-project-meta-fetcher-hoc.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
115115
new Date(rawData.lastUpdate),
116116
rawData.lastUpdate !== rawData.date
117117
);
118-
}
119-
if (rawData.remix > 0) {
120118
// this is a remix, find the original project
121119
fetchProjectMeta(rawData.remix)
122120
.then(remixProject => {

0 commit comments

Comments
 (0)