Skip to content

Commit

Permalink
Fix #2608 (#2614)
Browse files Browse the repository at this point in the history
* Fix #2608

* Feedback
  • Loading branch information
corrideat authored Feb 12, 2025
1 parent b35c12b commit 4518307
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/controller/serviceworkers/sw-primary.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ sbp('sbp/selectors/register', {
})))
Object.defineProperty(computedGetters, 'currentPaymentPeriodForGroup', {
get: function () {
return (state, getters) => {
return (state) => getters.periodStampGivenDateForGroup(state, new Date())
}
return (state) => this.periodStampGivenDateForGroup(state, new Date())
}
})
}
Expand Down

0 comments on commit 4518307

Please sign in to comment.