Skip to content

Commit

Permalink
core: frontend: Lint warn fix in Configure
Browse files Browse the repository at this point in the history
* Fix lint warning in Configure.vue
  • Loading branch information
JoaoMario109 authored and patrickelectric committed Mar 12, 2024
1 parent 978172b commit 8f5e935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/vehiclesetup/Configure.vue
@@ -1,6 +1,6 @@
<template>
<div>
<v-container fluid v-if="is_dev_mode">
<v-container v-if="is_dev_mode" fluid>
<v-tabs
v-model="page_selected"
centered
Expand Down

0 comments on commit 8f5e935

Please sign in to comment.