All children of infinite slots will now hide when "hide when full" is active

This commit is contained in:
Stefan Zermatten
2021-01-12 10:36:07 +02:00
parent 3f116875a1
commit 28c042343e

View File

@@ -141,7 +141,6 @@ export default {
}).filter(slot => !( // Hide full and ignored slots
!this.showHiddenSlots &&
slot.hideWhenFull &&
slot.quantityExpected > 0 &&
slot.totalFilled >= slot.quantityExpected ||
slot.ignored
));