mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove console statement
This commit is contained in:
parent
b0df5996e0
commit
802a629d26
@ -101,12 +101,12 @@ export default {
|
||||
return false
|
||||
},
|
||||
lastMonthObject() {
|
||||
// new Date().getMonth === 1 If the current month is January, then one year must be gone back in the previous month
|
||||
// new Date().getMonth === 1 If the current month is January, then one year must be gone back in the previous month
|
||||
const obj = {
|
||||
month: new Date(this.lastMonth).toLocaleString(this.$i18n.locale, { month: 'long' }),
|
||||
year: new Date().getMonth === 1 ? new Date().getFullYear() - 1 : new Date().getFullYear(),
|
||||
creation: this.$store.state.creation[1],
|
||||
}
|
||||
month: new Date(this.lastMonth).toLocaleString(this.$i18n.locale, { month: 'long' }),
|
||||
year: new Date().getMonth === 1 ? new Date().getFullYear() - 1 : new Date().getFullYear(),
|
||||
creation: this.$store.state.creation[1],
|
||||
}
|
||||
return this.$t('contribution.formText.lastMonth', obj)
|
||||
},
|
||||
thisMonthObject() {
|
||||
|
||||
@ -67,7 +67,7 @@ export default {
|
||||
},
|
||||
})
|
||||
.then((result) => {
|
||||
console.log('result', result.data)
|
||||
// console.log('result', result.data)
|
||||
const {
|
||||
data: { listContributions },
|
||||
} = result
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user