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