diff --git a/src/constants.js b/src/constants.js index 07c9c71b3..1da0163e5 100644 --- a/src/constants.js +++ b/src/constants.js @@ -172,6 +172,7 @@ export const PERSISTED_STATE_KEYS = [ 'experience', 'farmName', 'field', + 'forest', 'historicalDailyLosses', 'historicalDailyRevenue', 'historicalValueAdjustments', @@ -204,6 +205,7 @@ export const PERSISTED_STATE_KEYS = [ 'revenue', 'showHomeScreen', 'showNotifications', + 'stagesUnlocked', 'todaysLosses', 'todaysPurchases', 'todaysRevenue',