Skip to content

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <[email protected]>
  • Loading branch information
rpenido and pomegranited authored Oct 25, 2023
1 parent bb3e6e6 commit ac72cc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/taxonomy/taxonomy-detail/TagListTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ const TagListTable = ({ taxonomyId }) => {
return (
<DataTable
isPaginated
isFilterable
isSortable
defaultColumnValues={{ Filter: TextFilter }}
data={tagList.results}
itemCount={tagList.count}
columns={[
Expand Down
4 changes: 0 additions & 4 deletions src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const TaxonomyDetailSideCard = ({ taxonomy }) => (
<Card.Section title="Description">
{taxonomy.description}
</Card.Section>
<Card.Divider className="ml-3 mr-3" />
<Card.Section title="Copyright">
No copyright added
</Card.Section>
</Card>
);

Expand Down

0 comments on commit ac72cc2

Please sign in to comment.