Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Aug 30, 2024
1 parent a61207a commit 1823295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map/client/components/widget/KStackableTimeSeries.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="stacked-time-series" class="column justify-start no-wrap" v-if="components.length > 0">
<div id="stacked-time-series" v-if="components.length > 0" class="column justify-start no-wrap">
<!-- Pinned charts first -->
<template v-for="(timeSerie, index) in timeSeries">
<div v-if="timeSerie.pinned" class="col column justify-start no-wrap">
Expand Down

0 comments on commit 1823295

Please sign in to comment.