Skip to content

Commit 477e497

Browse files
authored
Merge pull request #58 from contentstack/fix/ECO-3053-bugfix
Fix/eco 3053 bugfix
2 parents 6e08248 + 5951ab4 commit 477e497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RenderComponents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ClientOnly>
1111
<template v-for="(component, index) in components">
1212
<HeroBanner
13-
v-if="component.hero_banner && page === 'Home'"
13+
v-if="component.hero_banner && page !== 'Blog'"
1414
:key="index"
1515
title="home-content"
1616
:data="component.hero_banner"

0 commit comments

Comments
 (0)