Skip to content

Commit

Permalink
CORE: remove brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Nov 13, 2024
1 parent afd1d24 commit 6d9580c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/search-result/search-result.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const SearchResult = ({
>
<a
href={
(renderRedirectLink && searchId)
renderRedirectLink && searchId
? `/search?q=author:(${a.name})&t=${searchId}-${workId}`
: `/search?q=author:(${a.name})`
}
Expand Down Expand Up @@ -216,7 +216,7 @@ const SearchResult = ({
>
<Link
href={
(renderRedirectLink && searchId)
renderRedirectLink && searchId
? `/data-providers/${dataProvider.id}?t=${searchId}-${workId}`
: `/data-providers/${dataProvider.id}`
}
Expand Down

0 comments on commit 6d9580c

Please sign in to comment.