Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiashay committed Dec 29, 2020
1 parent 6e9e919 commit d6ff5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RoadTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<v-tabs-slider />
<template
v-for="roadId in Object.keys(roads)"
class = "m-0 p-0"
class="m-0 p-0"
>
<v-tab
:key="roadId"
Expand All @@ -22,7 +22,7 @@
<v-icon>edit</v-icon>
</v-btn>
</v-tab>
<v-divider class = "mt-0 mb-0" vertical inset/>
<v-divider :key="roadId" class="mt-0 mb-0" vertical inset />
</template>
<v-dialog v-model="editDialog" max-width="600" @input="newRoadName = ''">
<v-card>
Expand Down

0 comments on commit d6ff5d1

Please sign in to comment.