Skip to content

Commit e994dc4

Browse files
committed
fix missing closing tag settings.vue
1 parent 9a980f3 commit e994dc4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

vue-frontend/src/views/Settings.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484

8585

8686

87-
8887
<div class="col-4 h-100 p-2">
8988
<div class="row">
9089

@@ -93,9 +92,11 @@
9392
<div class="row">
9493
<Network/>
9594
</div>
96-
</div>
97-
</div>
95+
</div>
96+
</div>
97+
</div>
9898
</div>
99+
99100
</template>
100101

101102
<script>

0 commit comments

Comments
 (0)