mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: plans reducer.
This commit is contained in:
@@ -6,7 +6,8 @@ import t from 'store/types';
|
||||
const getSubscriptionPlans = () => [
|
||||
{
|
||||
name: intl.get('Starter'),
|
||||
slug: 'starter',
|
||||
slug: 'free',
|
||||
// slug: 'starter',
|
||||
description: [
|
||||
intl.get('Sale and purchase invoices.'),
|
||||
intl.get('Customers/vendors accounts.'),
|
||||
|
||||
Reference in New Issue
Block a user