Skip to content

Commit

Permalink
fix subnav behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
scespinoza committed Mar 27, 2023
1 parent 7047021 commit fc60ab2
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 138 deletions.
1 change: 0 additions & 1 deletion example-next/pages/profile/[...members].js
Expand Up @@ -26,7 +26,6 @@ function ProfilePage({profile, formatters}) {
profile={profile}
linkify={profile => profile.reduce((href, member) => `${href}/${member.slug}/${member.memberSlug || member.id}`, "/profile")}
// you can also specify the configuration for ProfileSearch here:
searchProps={{placeholder: "Seach profiles", filterDimensionTitle: d => "All Sectors", filterProfileTitle: (content, meta) => console.log("profile", meta), limit: 80}}
customSections={customSections}
t={t}
/>
Expand Down

0 comments on commit fc60ab2

Please sign in to comment.