Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 4, 2024
1 parent f870f07 commit b14deef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/articles/usePagerData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function usePagerData({ slug, groupDir, locale, articlePaths }: Props) {
title: previousRouteTitle.title as string,
},
}
}, [])
}, [slug, groupDir, locale, articlePaths])

return pagerData
}

0 comments on commit b14deef

Please sign in to comment.