Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 6, 2024
1 parent f998cfd commit def6eac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/MapLocation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineComponent({
},
updateMap: {
type: Number,
defualt: 0,
default: 0,
},
},
emits: ['location'],
Expand Down
10 changes: 8 additions & 2 deletions client/src/views/Recordings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,10 @@ export default defineComponent({
/>
</v-card>
</v-menu>
<v-icon v-else color="error">
<v-icon
v-else
color="error"
>
mdi-close
</v-icon>
</template>
Expand Down Expand Up @@ -282,7 +285,10 @@ export default defineComponent({
/>
</v-card>
</v-menu>
<v-icon v-else color="error">
<v-icon
v-else
color="error"
>
mdi-close
</v-icon>
</template>
Expand Down

0 comments on commit def6eac

Please sign in to comment.