diff --git a/components/generic/ContentCard.vue b/components/generic/ContentCard.vue index 6a9b13780f..ae02c28adf 100644 --- a/components/generic/ContentCard.vue +++ b/components/generic/ContentCard.vue @@ -149,7 +149,7 @@ }, lazyLoad() { - return this.lazy && !process.env.NODE_ENV === 'test'; + return this.lazy && (process.env.NODE_ENV !== 'test'); }, displayTitle() {