Skip to content

Commit

Permalink
fix: search function on dashboard (kulturfinder#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaalouu authored Nov 14, 2023
1 parent c9eb836 commit 91c1524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/institutions/ListRender.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<template>
<b-list-group v-show="institutions">
<b-list-group-item
Expand All @@ -24,7 +25,7 @@
</icon-base>
</b-button>
<router-link
:to="`${currentPath}/details/${institution.name}`"
:to="`/${$route.params.locale}/institutions/list/details/${institution.name}`"
class="li-container"
data-cy="institutionsList"
>
Expand Down

0 comments on commit 91c1524

Please sign in to comment.