File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/app/components/content Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ export const IsaacAccordion = ({doc}: {doc: ContentDTO}) => {
183
183
{ isPhy && stageInserts ?. [ index ] && < StageInsert stage = { stageInserts [ index ] } /> }
184
184
< Accordion
185
185
key = { `${ section . sectionIndex } ${ index } ` } id = { section . id } index = { index }
186
- startOpen = { section . startOpen || ! isDefined ( firstSectionToOpen ) ? undefined : index === firstSectionToOpen } /* use default <Accordion/> startOpen behaviour if behaviour undefined */
186
+ startOpen = { section . startOpen ?? ! isDefined ( firstSectionToOpen ) ? undefined : index === firstSectionToOpen } /* use default <Accordion/> startOpen behaviour if behaviour undefined */
187
187
deEmphasised = { section . deEmphasised }
188
188
trustedTitle = { section ?. title || "" }
189
189
audienceString = { audienceString }
You can’t perform that action at this time.
0 commit comments