Skip to content

Commit

Permalink
fix: address nits in PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Nov 15, 2023
1 parent 9c582ed commit 9df1699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions src/taxonomy/data/types.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check

/**
/**
* @typedef {Object} TaxonomyData
* @property {number} id
* @property {string} name
Expand All @@ -27,13 +27,6 @@
* @property {TaxonomyListData} data
*/

/**
* @typedef {Object} ExportRequestParams
* @property {number} pk
* @property {string} format
* @property {string} name
*/

/**
* @typedef {Object} UseQueryResult
* @property {Object} data
Expand Down
2 changes: 1 addition & 1 deletion src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TaxonomyDetailSideCard = ({ taxonomy }) => {
{taxonomy.name}
</Card.Section>
<Card.Divider className="ml-3 mr-3" />
<Card.Section title={intl.formatMessage(messages.taxonomyDetailsHeader)}>
<Card.Section title={intl.formatMessage(messages.taxonomyDetailsDescription)}>
{taxonomy.description}
</Card.Section>
</Card>
Expand Down

0 comments on commit 9df1699

Please sign in to comment.