mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed usage of nullish coalescing in dashboard mocking
This commit is contained in:
parent
89f089e439
commit
4f52acd433
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ import {tracked} from '@glimmer/tracking';
|
|||
/**
|
||||
* @typedef PaidMembersByCadence
|
||||
* @type {Object}
|
||||
* @property {number} annual Paid memebrs on annual plan
|
||||
* @property {number} monthly Paid memebrs on monthly plan
|
||||
* @property {number} year Paid memebrs on annual plan
|
||||
* @property {number} month Paid memebrs on monthly plan
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue