changin return order
This commit is contained in:
parent
d27b867e78
commit
d3caed9164
|
|
@ -61,8 +61,8 @@ export default function singleConseil() {
|
|||
const plusLoinBlock = document.querySelector('#aller-plus-loin');
|
||||
let allBlocks = [];
|
||||
|
||||
if (questionsContainerBlocks) allBlocks = [...questionsContainerBlocks];
|
||||
if (chapitresThematiques) allBlocks = [...chapitresThematiques];
|
||||
if (questionsContainerBlocks) allBlocks = [...questionsContainerBlocks];
|
||||
if (vocabulaireSummaryBlock) allBlocks.push(vocabulaireSummaryBlock);
|
||||
if (plusLoinBlock) allBlocks.push(plusLoinBlock);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user