Skip to content

Commit

Permalink
fix variant
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Feb 26, 2024
1 parent 16f918e commit fb85e93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/TheBottomSheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<v-col v-for="(result, i) in featureStore.selectedFeatures" :key="i" cols="auto">
<v-card class="mx-auto" variant="elevated" outlined>
<v-card-item>
<div class="text-overline mb-1">
{{ variant }}
</div>
<v-card-title>{{ result.sword.river_name }}</v-card-title>
<v-card-subtitle>
{{ result.sword.reach_id }}
Expand Down

0 comments on commit fb85e93

Please sign in to comment.