0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed lint

no refs
This commit is contained in:
Rishabh 2021-08-13 20:58:30 +05:30
parent abe5c6d681
commit 0afa2aa2c0

View file

@ -168,7 +168,7 @@ export default class MembersController extends Controller {
get filterColumnLabels() {
const filterColumnLabelMap = {
'subscriptions.plan_interval': 'Billing period',
'subscribed': 'Subscribed to email',
subscribed: 'Subscribed to email',
'subscriptions.status': 'Subscription Status'
};
return this.filterColumns.map((d) => {