Skip to content

Commit

Permalink
add back accidentally removed parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
realtalin authored and iritmaximus committed Dec 3, 2024
1 parent d973397 commit 640b180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const createReferenceSubtitle = (ref: ReferenceDetailsType) => {
const authorsPart = `${makeNameList(authorsSurnames)}`
const editorsPart = `${makeNameList(editorsSurnames)} ${editorsSurnames.length > 1 ? '(eds)' : '(ed)'}`

let title = `${authorsPart} ${ref.date_primary}.`
let title = `${authorsPart} (${ref.date_primary}).`

switch (ref.ref_type_id) {
case 1: // Journal
Expand Down

0 comments on commit 640b180

Please sign in to comment.