Skip to content

Commit 4ac3bde

Browse files
committed
remove unused meta
1 parent b22646c commit 4ac3bde

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/shared/components/challenge-detail/Header/ChallengeTags.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export default function ChallengeTags(props) {
3939
technPlatforms,
4040
setChallengeListingFilter,
4141
openForRegistrationChallenges,
42-
meta,
4342
} = props;
4443

4544
let EventTag;
@@ -147,9 +146,4 @@ ChallengeTags.propTypes = {
147146
setChallengeListingFilter: PT.func.isRequired,
148147
challengeType: PT.shape().isRequired,
149148
openForRegistrationChallenges: PT.shape().isRequired,
150-
meta: PT.shape({
151-
challengeListing: PT.shape({
152-
enableRecommenderTool: PT.bool,
153-
}),
154-
}).isRequired,
155149
};

0 commit comments

Comments
 (0)