Skip to content

Commit

Permalink
remove breaking aria label (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
BandanaKM authored Feb 5, 2022
1 parent 068d4a5 commit a49f472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/codebytes/src/drawers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const Drawers: React.FC<DrawersProps> = ({ leftChild, rightChild }) => {
<Drawer
hideOnClose
id="output-drawer"
aria-labelledby="output-drawer-label"
open={!isLeftOpen}
overflow="hidden"
>
Expand Down

0 comments on commit a49f472

Please sign in to comment.