Skip to content

Commit

Permalink
reverts unecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Sep 2, 2024
1 parent 4ab18ce commit faba015
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/javascript/components/data-view-statistics.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template lang='html'>
<div class='o-data-view__js-options-statistics'>
<div
<span
v-for='(statistic, index) in statistics'
:key='statistic.slug'
class="checkbox-container"
Expand All @@ -20,12 +20,10 @@
/>
{{ statistic.label }}
</label>
</div>
</span>
</div>
</template>



<script>
import { SELECT_STATISTIC } from '../store/mutation-types';
import serverRoutes from '../store/server-routes.js.erb';
Expand Down

0 comments on commit faba015

Please sign in to comment.