Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Sep 23, 2024
1 parent 409ea91 commit c976276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const PublishedDetailLayout: React.FC = () => {
<PublishedCitation
projectId={projectId}
entityUuid={data.tree.children[0].uuid}
version={selectedVersion}
version={parseInt(selectedVersion)}
/>
<br />
<div>
Expand Down

0 comments on commit c976276

Please sign in to comment.