diff --git a/picker/pages/index.astro b/picker/pages/index.astro index 47a0800bf..bf60c0595 100644 --- a/picker/pages/index.astro +++ b/picker/pages/index.astro @@ -907,104 +907,6 @@ const questions = [ - {/* Screen 04b: the configure hub. Every remaining question already - holds an answer (defaults are pre-filled the moment a surface tile - is checked), so the run can end here. The cards are skeletons; - summaries and edited marks are written by renderHub() in - scripts/palette-picker.js on every arrival. Placement is the - approved masonry: tall per-surface cards anchor the outer columns. */} - - - {questions.map((question) => )} + {questions.filter((question) => question.id === '07').map((question) => )} + + {/* Screen 04b: the configure hub. Every remaining question already + holds an answer (defaults are pre-filled the moment a surface tile + is checked), so the run can end here. The cards are skeletons; + summaries and edited marks are written by renderHub() in + scripts/palette-picker.js on every arrival. Placement is the + approved masonry: tall per-surface cards anchor the outer columns. */} + + + {questions.filter((question) => question.id !== '07').map((question) => )}