mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
remove console statments, fix lint
This commit is contained in:
parent
9baabd0737
commit
1a273918b5
@ -136,7 +136,7 @@
|
||||
icon="close"
|
||||
ghost
|
||||
size="small"
|
||||
style="position: relative; display: inline-block; right: -96%; top: -33px; width: 26px;"
|
||||
style="position: relative; display: inline-block; right: -96%; top: -33px; width: 26px"
|
||||
@click="formData.locationName = ''"
|
||||
></base-button>
|
||||
|
||||
@ -262,9 +262,6 @@ export default {
|
||||
return this.$filters.removeHtml(this.formData.description).length
|
||||
},
|
||||
sameLocation() {
|
||||
console.log('this.group.locationName', this.group.locationName)
|
||||
console.log('this.formData.locationName', this.formData.locationName)
|
||||
console.log('this.group.locationName === null && this.formData.locationName === ', this.group.locationName === null && this.formData.locationName === '')
|
||||
if (this.group.locationName === null || this.formData.locationName !== '') return true
|
||||
if (this.group.locationName !== this.formData.locationName.value) return false
|
||||
return true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user