Skip to content

Commit

Permalink
ios is weird...
Browse files Browse the repository at this point in the history
  • Loading branch information
drjonnicholson committed Jul 12, 2024
1 parent 291a8e6 commit 1d512d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Publications/Entry/Periodical.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// import { asMonth, quoteTitle } from '../../../utils'
import { quoteTitle } from '../../../utils'
import Authors from './Authors'
import PropTypes from 'prop-types'

const Periodical = ({ entry }) => (
<>
<Authors>{entry.author}</Authors>,{' '}
{/* {quoteTitle(entry.title, [entry.journal, entry.volume, entry.number, entry.pages, entry.month, entry.year])}{' '} */}
{quoteTitle(entry.title, [entry.journal, entry.volume, entry.number, entry.pages, entry.month, entry.year])}{' '}
{/* {entry.journal && (
<>
<i>{entry.journal}</i>,{' '}
Expand Down

0 comments on commit 1d512d5

Please sign in to comment.