Skip to content

Remove redundant v-if check

Dan Davison requested to merge dj-106492-374938-follow-up into master

What does this MR do and why?

On the ancestral <template>, we have v-if="shouldShowFooter".

This computed property returns: this.canRemoveLicense

Having this descendent <div v-if="canRemoveLicense"> is redundant. Let's remove this v-if.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports