We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22646c commit 4ac3bdeCopy full SHA for 4ac3bde
src/shared/components/challenge-detail/Header/ChallengeTags.jsx
@@ -39,7 +39,6 @@ export default function ChallengeTags(props) {
39
technPlatforms,
40
setChallengeListingFilter,
41
openForRegistrationChallenges,
42
- meta,
43
} = props;
44
45
let EventTag;
@@ -147,9 +146,4 @@ ChallengeTags.propTypes = {
147
146
setChallengeListingFilter: PT.func.isRequired,
148
challengeType: PT.shape().isRequired,
149
openForRegistrationChallenges: PT.shape().isRequired,
150
- meta: PT.shape({
151
- challengeListing: PT.shape({
152
- enableRecommenderTool: PT.bool,
153
- }),
154
- }).isRequired,
155
};
0 commit comments