mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 21:33:02 +01:00
Compare commits
2 Commits
mk/daily-a
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1fc4e75d7 | ||
|
|
a9ba2bc4aa |
@@ -294,7 +294,7 @@
|
||||
if (preferences.value.showEmpty) {
|
||||
return true;
|
||||
}
|
||||
return validDate(item.value?.warrantyExpires);
|
||||
return item.value?.lifetimeWarranty || validDate(item.value?.warrantyExpires);
|
||||
});
|
||||
|
||||
const warrantyDetails = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user