Skip to content

Commit

Permalink
change link to aim maintenance page of item (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonne authored Nov 3, 2024
1 parent 744d8d6 commit 7228c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Maintenance/ListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<BaseSectionHeader class="border-b border-b-gray-300 p-6">
<span class="text-base-content">
<span v-if="!props.currentItemId">
<NuxtLink class="hover:underline" :to="`/item/${(e as MaintenanceEntryWithDetails).itemID}`">
<NuxtLink class="hover:underline" :to="`/item/${(e as MaintenanceEntryWithDetails).itemID}/maintenance`">
{{ (e as MaintenanceEntryWithDetails).itemName }}
</NuxtLink>
-
Expand Down

0 comments on commit 7228c64

Please sign in to comment.