Skip to content

Commit

Permalink
Merge pull request #3142 from GMOD/config_editor_level_arrow
Browse files Browse the repository at this point in the history
Change arrow in ConfigurationEditor
  • Loading branch information
garrettjstevens committed Aug 16, 2022
2 parents ad9bf14 + f4e963e commit fcbd761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Member = observer(
<AccordionSummary
expandIcon={<ExpandMoreIcon className={classes.expandIcon} />}
>
<Typography>{[...path, slotName].join('🡒')}</Typography>
<Typography>{[...path, slotName].join('')}</Typography>
</AccordionSummary>
<AccordionDetails className={classes.expansionPanelDetails}>
{typeSelector}
Expand Down

0 comments on commit fcbd761

Please sign in to comment.