Skip to content

Commit

Permalink
Merge pull request #1882 from jenny-s51/DownloadButton
Browse files Browse the repository at this point in the history
Fix DownloadButton: removed stray comma
  • Loading branch information
Hyperkid123 authored Aug 17, 2023
2 parents 76c2545 + d0e6224 commit 6f06fd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/components/src/DownloadButton/DownloadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const DownloadButton: React.FunctionComponent<DownloadButtonProps> = ({
>
Export to CSV
</DropdownItem>
,
<DropdownItem
aria-label="Export to JSON"
key="download-json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ exports[`DownloadButton component API clicking should open dropdown 1`] = `
</span>
</button>
</li>
,
<li
class="pf-v5-c-menu__list-item"
data-ouia-component-id="DownloadJSON"
Expand Down

0 comments on commit 6f06fd7

Please sign in to comment.