Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
absternator committed Nov 13, 2023
1 parent c8dba0c commit 1c466d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/static/src/app/components/options/ParameterSetView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
<div class="me-3">Line Style</div>
<div class="trace mt-2" :class="lineStyleClass"></div>
</span>
<span class="small fst-italic" v-if="Object.keys(parametersToShow).length === 0">Changed parameters will show here</span>
<span class="small fst-italic" v-if="Object.keys(parametersToShow).length === 0">
Changed parameters will show here</span>
<span
v-else
v-for="(value, name) in parametersToShow"
Expand Down

0 comments on commit 1c466d1

Please sign in to comment.