Skip to content

Commit

Permalink
Updated reference card information
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Sep 15, 2024
1 parent 96e9ae8 commit 8eb36d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-components/src/geodeepdive/reference-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const VolumeNumber = function (props) {
return h("span", null, _);
};

function xDDReferenceInformation(props: { [k: string]: any }) {
export function xDDReferenceInformation(props: { [k: string]: any }) {
let { title, author, doi, journal, identifier, volume, number, year } = props;
try {
({ id: doi } = identifier.find((d) => d.type === "doi"));
Expand Down

0 comments on commit 8eb36d7

Please sign in to comment.