${shelf.isDeletable === true
? [
editModal(shelf, shelvesController),
[deleteButton], // editModal outputs a modal, which returns an array, so any subsequent html items must also be in an array for Choo to handle it correctly.
]
: null
}
`;
})}
`,
];
}