Skip to content

Commit

Permalink
fix(favorites): Show details when clicking on a favorite
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Oct 28, 2024
1 parent 1f393e1 commit 134a078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PageList/PageFavorites.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default {
},

computed: {
...mapActions(useRootStore, ['show']),
...mapState(useCollectivesStore, [
'currentCollectiveCanEdit',
]),
Expand All @@ -80,6 +79,8 @@ export default {
},

methods: {
...mapActions(useRootStore, ['show']),

toggleFavorites() {
this.showFavoritesOpen = !this.showFavoritesOpen
},
Expand Down

0 comments on commit 134a078

Please sign in to comment.