Skip to content

Commit

Permalink
Fix toolcard->toolfooter creator prop linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jul 19, 2023
1 parent c366464 commit 5c16658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Tool/ToolCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function onUpdatePreferredObjectStoreId(selectedToolPreferredObjectStoreId) {
:has-citations="props.options.citations"
:xrefs="props.options.xrefs"
:license="props.options.license"
:creators="props.options.creators"
:creators="props.options.creator"
:requirements="props.options.requirements" />
</div>
</div>
Expand Down

0 comments on commit 5c16658

Please sign in to comment.