Jorge Manrubia
2025-12-04 22:16:00 +01:00
parent e3e57a6a7e
commit effb96537a
2 changed files with 1 additions and 7 deletions
@@ -28,12 +28,6 @@ export default class extends Controller {
}
}
morphed({target}) {
if (this.element === target) {
this.update()
}
}
get #hasEntropy() {
return this.#entropyCleanupInDays < this.entropyValue.daysBeforeReminder
}