File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ const timelineSortedBySubtitle = computed(() => {
144144 class = " sub-section-grid"
145145 >
146146 < h3
147+ v- if = " propertyName && propertyName.trim() !== ''"
147148 class = " grid-gallery-subtitle"
148149 v- html= " propertyName"
149150 / >
@@ -156,6 +157,7 @@ const timelineSortedBySubtitle = computed(() => {
156157 / >
157158 < / div>
158159 < / SectionWrapper>
160+
159161 < SectionWrapper theme= " divider" >
160162 < DividerWayFinder
161163 class = " divider"
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ const timelineSortedBySubtitle = computed(() => {
138138 class = " sub-section-grid"
139139 >
140140 < h3
141+ v- if = " propertyName && propertyName.trim() !== ''"
141142 class = " grid-gallery-subtitle"
142143 v- html= " propertyName"
143144 / >
@@ -150,6 +151,7 @@ const timelineSortedBySubtitle = computed(() => {
150151 / >
151152 < / div>
152153 < / SectionWrapper>
154+
153155 < SectionWrapper theme= " divider" >
154156 < DividerWayFinder
155157 class = " divider"
You can’t perform that action at this time.
0 commit comments