Skip to content

Commit

Permalink
CORE: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Nov 8, 2024
1 parent 15012b4 commit 8ee8fd6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/.formap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/.members.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/.statistics.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"totalArticlesCount":297990258,"fullTextCount":33000000,"repositoriesCount":11257,"countriesCount":253,"lastMonthDataprovidersCount":3,"lastQuarterDataprovidersCount":79,"lastYearDataprovidersCount":240,"openAccessLinksCount2":226036921,"openAccessLinksCount":230736730,"esTook":6,"took":0}
{"totalArticlesCount":296552721,"fullTextCount":33000000,"repositoriesCount":11390,"countriesCount":255,"lastMonthDataprovidersCount":74,"lastQuarterDataprovidersCount":172,"lastYearDataprovidersCount":347,"openAccessLinksCount2":226036921,"openAccessLinksCount":229813560,"esTook":9,"took":0}
4 changes: 2 additions & 2 deletions templates/search/results.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const Results = ({ works, searchId }) =>
memberType?.billing_type === 'supporting' ||
memberType?.billing_type === 'sustaining'

const generateMetadataLink = (baseLink, searchId, id) =>
`${baseLink}/?t=${searchId}-${id}`
const generateMetadataLink = (baseLink, propSearchId, propId) =>
`${baseLink}/?t=${propSearchId}-${propId}`

const modifiedReaderLink = readerLink?.replace('/reader/', '/reader-ui/')

Expand Down

0 comments on commit 8ee8fd6

Please sign in to comment.