diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue index 52437d644..248d9dc48 100644 --- a/webapp/components/Group/GroupForm.vue +++ b/webapp/components/Group/GroupForm.vue @@ -272,8 +272,8 @@ export default { return isNestedValue ? this.formData.locationName.value : isDirectString - ? this.formData.locationName - : '' + ? this.formData.locationName + : '' }, locationNameLabelAddOnOldName() { return this.formLocationName !== '' ? ' — ' + this.formLocationName : '' diff --git a/webapp/components/Password/Strength.vue b/webapp/components/Password/Strength.vue index 7f01cbea9..05c93da25 100644 --- a/webapp/components/Password/Strength.vue +++ b/webapp/components/Password/Strength.vue @@ -97,7 +97,9 @@ export default { position: absolute; width: 0; border-radius: inherit; - transition: width 0.5s ease-in-out, background 0.25s; + transition: + width 0.5s ease-in-out, + background 0.25s; } .password-strength-meter-inner { diff --git a/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue b/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue index 5d7cdeea2..cdc3d8ee0 100644 --- a/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue +++ b/webapp/components/_new/features/PageParamsLink/PageParamsLink.vue @@ -28,8 +28,8 @@ export default { return this.forceTargetBlank ? '_blank' : !this.pageParams.isInternalPage - ? this.pageParams.externalLink.target - : '' + ? this.pageParams.externalLink.target + : '' }, isInternalLink() { return !this.forceTargetBlank && this.pageParams.isInternalPage