[autofix.ci] apply automated fixes
This commit is contained in:
parent
e8046d22d0
commit
8b4eb33231
@ -231,9 +231,7 @@ export default {
|
||||
*/
|
||||
formattedCertExpiryMessage(monitor) {
|
||||
if (monitor?.element?.validCert && monitor?.element?.certExpiryDaysRemaining) {
|
||||
return (
|
||||
this.$t("days", monitor.element.certExpiryDaysRemaining)
|
||||
);
|
||||
return this.$t("days", monitor.element.certExpiryDaysRemaining);
|
||||
} else if (monitor?.element?.validCert === false) {
|
||||
return this.$t("noOrBadCertificate");
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user