Skip to content

Commit e03708c

Browse files
frontend: widgets: sonar360: Ping360Settings: Fix style of v-divider
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent e04efe1 commit e03708c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ping-viewer-next-frontend/src/components/widgets/sonar360/Ping360Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</template>
8989
</v-tooltip>
9090

91-
<v-divider class="mb-4 mt-4"></v-divider>
91+
<v-divider class="mb-4 mt-4" />
9292

9393
<v-btn block variant="tonal" @click="showAdvanced = !showAdvanced" class="mb-4">
9494
<v-icon :icon="showAdvanced ? 'mdi-chevron-up' : 'mdi-chevron-down'" class="mr-2"></v-icon>

0 commit comments

Comments
 (0)