diff --git a/resources/assets/v2/src/pages/dashboard/piggies.js b/resources/assets/v2/src/pages/dashboard/piggies.js index 4a514c6861..c573b1545d 100644 --- a/resources/assets/v2/src/pages/dashboard/piggies.js +++ b/resources/assets/v2/src/pages/dashboard/piggies.js @@ -36,7 +36,7 @@ export default () => ({ const start = new Date(window.store.get('start')); const end = new Date(window.store.get('end')); // needs user data. - const cacheKey = getCacheKey(PIGGY_CACHE_KEY, {start: start, end: end}); + const cacheKey = getCacheKey(PIGGY_CACHE_KEY, {convertToNative: this.convertToNative, start: start, end: end}); const cacheValid = window.store.get('cacheValid'); let cachedData = window.store.get(cacheKey);