Skip to content

Commit

Permalink
Merge pull request #1304 from nearcatalog/fix/applications-router-query
Browse files Browse the repository at this point in the history
fix: import router query as component props in applications page
  • Loading branch information
charleslavon committed Aug 31, 2024
2 parents 2acf77e + f56ea06 commit 61e73e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/applications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const ApplicationsPage: NextPageWithLayout = () => {
src={components.applicationsPage}
meta={{ title: 'NEAR | Applications', description: 'Featured applications built on NEAR' }}
componentProps={{
...router.query,
setURLSearchParams,
scrollTo,
}}
Expand Down

0 comments on commit 61e73e1

Please sign in to comment.