We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b60d2a + 6a533fa commit 0777387Copy full SHA for 0777387
src/shared/components/challenge-detail/Specification/SideBar/index.jsx
@@ -36,7 +36,7 @@ export default function SideBar({
36
const faqURL = config.URL.INFO.DESIGN_CHALLENGE_SUBMISSION;
37
let submissionLimitDisplay = 'Unlimited';
38
const submissionLimit = _.find(metadata, { type: 'submissionLimit' });
39
- const fileTypes = _.find(metadata, { type: 'fileTypes' });
+ const fileTypes = _.find(metadata, { name: 'fileTypes' });
40
41
if (submissionLimit) {
42
if (submissionLimit.value === 1) {
0 commit comments