diff --git a/app/javascript/controllers/bubble_controller.js b/app/javascript/controllers/bubble_controller.js index 66fd469cf..714977c66 100644 --- a/app/javascript/controllers/bubble_controller.js +++ b/app/javascript/controllers/bubble_controller.js @@ -33,8 +33,7 @@ export default class extends Controller { } get #entropyCleanupInDays() { - this.entropyCleanupInDays ??= signedDifferenceInDays(new Date(), new Date(this.entropyValue.closesAt)) - return this.entropyCleanupInDays + return signedDifferenceInDays(new Date(), new Date(this.entropyValue.closesAt)) } #showEntropy() {