From 596d3266e1d7c0e80a21387d7dd5350dcf8e684a Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Sat, 31 Jul 2021 19:04:10 +0200 Subject: [PATCH] fix: plans reducer. --- client/src/store/plans/plans.reducer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/store/plans/plans.reducer.js b/client/src/store/plans/plans.reducer.js index 766399b7f..472b353f4 100644 --- a/client/src/store/plans/plans.reducer.js +++ b/client/src/store/plans/plans.reducer.js @@ -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.'),