Added information about trial at reducer

This commit is contained in:
TatianaLopaeva 2020-09-01 09:11:30 +03:00
parent e8751d21c0
commit 991cc488d7

View File

@ -8,6 +8,9 @@ const initialState = {
currentLicense: {
expiresDate: new Date("2020-08-31T23:59:59.000Z"),
},
trialLicense: {
trialMode: false,
},
};
const paymentsReducer = (state = initialState, action) => {