Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Aug 25, 2023
1 parent af1f995 commit 1a04afa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/TrackerReport.global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<VButton
type="button"
title="Report a problem"
href="http://www.google.com.ar"
class="flex gap-2"
:class="buttonClass"
@click="openTracker"
Expand Down Expand Up @@ -30,8 +29,8 @@
v-if="item.description"
class="text-sm"
>
- {{ item.description }}</span
>
- {{ item.description }}
</span>
</li>
</ul>
</div>
Expand Down

0 comments on commit 1a04afa

Please sign in to comment.