Skip to content

Commit

Permalink
fix: enhance ItemFindInTimeline component by adding exact prop to v-l…
Browse files Browse the repository at this point in the history
…ist-item
  • Loading branch information
hsa00000 committed Feb 14, 2025
1 parent ee48fa0 commit ba2d5e8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<template>
<v-list-item prepend-icon="mdi-calendar-search-outline" :to="`/all?search=&locate=${props.hash}`">
<v-list-item
exact
prepend-icon="mdi-calendar-search-outline"
:to="`/all?search=&locate=${props.hash}`"
>
<v-list-item-title class="wrap">{{ 'Find In Timeline' }}</v-list-item-title>
</v-list-item>
</template>
Expand Down

0 comments on commit ba2d5e8

Please sign in to comment.