Skip to content

Commit 5e79b8c

Browse files
committed
updated HTML Queue component to conditionally render rule only if there are HTML elements
1 parent b5153d2 commit 5e79b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dashboard_items/HTMLQueue.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Description:
99
<span class='list-title' v-if='this.activeLayer.id !== ""'>
1010
<i class="fas fa fa-chevron-up fa-md" @click="setParentLayer"></i>
1111
<!-- <button v-if='this.activeLayer.id' @click="upOneLayer">Up</button> -->
12-
&nbsp; &nbsp; Viewing Elements in '{{ depth }}'
12+
&nbsp; &nbsp; Viewing Elements in '{{ depth }}'
13+
<hr>
1314
</span>
1415
<span class='list-title' v-else-if='!this.activeComponent'></span>
15-
<hr>
1616
<div
1717
group="people"
1818
class="list-group"

0 commit comments

Comments
 (0)