Our Nonprofit
-
+
-
+
{children}
);
diff --git a/client/src/templates/Challenges/components/PrismFormatted.js b/client/src/templates/Challenges/components/PrismFormatted.js
index 9c4aa4d077..1cf60a2812 100644
--- a/client/src/templates/Challenges/components/PrismFormatted.js
+++ b/client/src/templates/Challenges/components/PrismFormatted.js
@@ -27,7 +27,7 @@ class PrismFormatted extends Component {
className={className}
dangerouslySetInnerHTML={{ __html: text }}
ref={this.instructionsRef}
- >
+ />
);
}
}
diff --git a/client/src/templates/Challenges/video/Show.js b/client/src/templates/Challenges/video/Show.js
index 5b27aed1b3..a6a11ba000 100644
--- a/client/src/templates/Challenges/video/Show.js
+++ b/client/src/templates/Challenges/video/Show.js
@@ -243,7 +243,7 @@ export class Project extends Component {
/>{' '}
{this.state.selectedOption === index ? (
-
+
) : null}