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.
2 parents c8b68da + 254ae1c commit ad04253Copy full SHA for ad04253
src/shared/components/challenge-detail/Specification/index.jsx
@@ -59,7 +59,7 @@ export default function ChallengeDetailsView(props) {
59
forumId,
60
} = legacy;
61
62
- const allowStockArt = _.find(metadata, { type: 'allowStockArt' });
+ const allowStockArt = _.find(metadata, { name: 'allowStockArt' }).value;
63
let environment = '';
64
const environmentData = _.find(metadata, { name: 'environment' });
65
if (environmentData) {
0 commit comments