mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 07:16:52 +03:00
Fixed cadence selection for offers
no refs - fixes double selection needed for cadence on offers detail screen
This commit is contained in:
parent
7ef2b08883
commit
756bd2bdb5
@ -71,7 +71,7 @@ export default class OffersController extends Controller {
|
||||
|
||||
get cadence() {
|
||||
if (this.offer.tier && this.offer.cadence) {
|
||||
return `${this.offer.tier.id}-${this.offer.cadence}`;
|
||||
return `${this.offer.tier.id}-${this.offer.cadence}-${this.offer.currency}`;
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user