diff --git a/src/store/globalStore.ts b/src/store/globalStore.ts index c42eb0c8..9d285e01 100644 --- a/src/store/globalStore.ts +++ b/src/store/globalStore.ts @@ -1682,8 +1682,9 @@ export const useGlobalStore = defineStore('GlobalStore', { const obj = {} arr.push(this.getItemDate(1, -30, 30, 'Eventi Passati')) - arr.push(this.getItemDate(2, 0, 14, 'Da Oggi a 2 sett.')) - arr.push(this.getItemDate(3, 14, 60, 'Eventi Futuri')) + arr.push(this.getItemDate(2, 0, 365, 'Prossimi Eventi')) + // arr.push(this.getItemDate(2, 0, 14, 'Da Oggi a 2 sett.')) + /// arr.push(this.getItemDate(3, 14, 60, 'Eventi Futuri')) // console.log('Days', arr)