mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix unrelated linting errors
This commit is contained in:
parent
0ae4881805
commit
b14d873c9f
@ -272,8 +272,8 @@ export default {
|
|||||||
return isNestedValue
|
return isNestedValue
|
||||||
? this.formData.locationName.value
|
? this.formData.locationName.value
|
||||||
: isDirectString
|
: isDirectString
|
||||||
? this.formData.locationName
|
? this.formData.locationName
|
||||||
: ''
|
: ''
|
||||||
},
|
},
|
||||||
locationNameLabelAddOnOldName() {
|
locationNameLabelAddOnOldName() {
|
||||||
return this.formLocationName !== '' ? ' — ' + this.formLocationName : ''
|
return this.formLocationName !== '' ? ' — ' + this.formLocationName : ''
|
||||||
|
|||||||
@ -97,9 +97,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 0;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
transition:
|
transition: width 0.5s ease-in-out, background 0.25s;
|
||||||
width 0.5s ease-in-out,
|
|
||||||
background 0.25s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.password-strength-meter-inner {
|
.password-strength-meter-inner {
|
||||||
|
|||||||
@ -28,8 +28,8 @@ export default {
|
|||||||
return this.forceTargetBlank
|
return this.forceTargetBlank
|
||||||
? '_blank'
|
? '_blank'
|
||||||
: !this.pageParams.isInternalPage
|
: !this.pageParams.isInternalPage
|
||||||
? this.pageParams.externalLink.target
|
? this.pageParams.externalLink.target
|
||||||
: ''
|
: ''
|
||||||
},
|
},
|
||||||
isInternalLink() {
|
isInternalLink() {
|
||||||
return !this.forceTargetBlank && this.pageParams.isInternalPage
|
return !this.forceTargetBlank && this.pageParams.isInternalPage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user