Skip to content

Commit

Permalink
PersonLink fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IrbisKronos committed Dec 27, 2024
1 parent c8a6266 commit de2c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PersonLink/PersonLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const PersonLink: React.FC<Props> = ({ person, search = '' }) => {

return (
<Link
to={`/people/${slug}`}
to={{ pathname: `/people/${slug}`, search: search }}
className={classNames({ 'has-text-danger': sex === 'f' })}
>
{name}
Expand Down

0 comments on commit de2c39c

Please sign in to comment.