Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Nov 12, 2024
1 parent 221a734 commit b4c119a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/search-result/search-result.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const fullTextStatus = ({ title, fullTextLink } = {}) => {

const SearchResult = ({
renderRedirectLink,
renderKeys,
renderKeys,
children,
id,
className,
Expand Down Expand Up @@ -158,7 +158,7 @@ const SearchResult = ({
>
<a
href={
(renderRedirectLink || renderKeys)
renderRedirectLink || renderKeys
? `/search?q=author:(${a.name})&t=${searchId}-${workId}`
: `/search?q=author:(${a.name})`
}
Expand Down Expand Up @@ -217,7 +217,7 @@ const SearchResult = ({
>
<Link
href={
(renderRedirectLink || renderKeys)
renderRedirectLink || renderKeys
? `//core.ac.uk/data-providers/${dataProvider.id}?t=${searchId}-${workId}`
: `//core.ac.uk/data-providers/${dataProvider.id}`
}
Expand Down

0 comments on commit b4c119a

Please sign in to comment.