adapt kanban images show to new structure

This commit is contained in:
isUnknown 2025-06-06 09:33:08 +02:00
parent 73c78b7658
commit 92007f7161
5 changed files with 48 additions and 16 deletions

View file

@ -105,7 +105,6 @@ const tracks = computed(() => {
});
const isSingleImage = computed(() => {
console.log(activeTracks.value);
return (
activeTracks.value?.length === 1 &&
activeTracks.value[0]?.files?.length === 1