Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
f1fc4e75d7 Fix warranty section visibility when lifetime warranty is enabled
Co-authored-by: tankerkiller125 <3457368+tankerkiller125@users.noreply.github.com>
2025-07-07 13:07:14 +00:00
copilot-swe-agent[bot]
a9ba2bc4aa Initial plan 2025-07-07 12:57:37 +00:00

View File

@@ -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(() => {