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.
PortalSubSection
1 parent d829894 commit d429049Copy full SHA for d429049
src/projects/detail/components/PortalSubSection.jsx
@@ -29,7 +29,7 @@ const PortalSubSection = ({
29
}) => (
30
<div>
31
{content.map(({ sectionIndex }) => {
32
- if (sectionIndex && sectionIndex !== -1 && template && template.sections[sectionIndex]) {
+ if (sectionIndex !== -1 && template && template.sections[sectionIndex]) {
33
const section = template.sections[sectionIndex]
34
return (
35
<SpecSection
0 commit comments