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