Skip to content

Commit ccdc282

Browse files
committed
chore: removed unnecessary aria-label
1 parent 846f837 commit ccdc282

File tree

1 file changed

+1
-4
lines changed
  • packages/scratch-gui/src/components/gui

1 file changed

+1
-4
lines changed

packages/scratch-gui/src/components/gui/gui.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,7 @@ const GUIComponent = props => {
369369
</Tab>
370370
</TabList>
371371
</Box>
372-
<TabPanel
373-
className={tabClassNames.tabPanel}
374-
aria-label="Code Editor Panel"
375-
>
372+
<TabPanel className={tabClassNames.tabPanel}>
376373
<Box
377374
className={styles.blocksWrapper}
378375
role="region"

0 commit comments

Comments
 (0)