Skip to content

Commit

Permalink
Update OptionButton.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Dec 17, 2024
1 parent b5229fe commit e29d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/Components/Footer/Components/OptionButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function OptionButton(props) {

{props?.isPlayOnly === false
&& process.env.REACT_APP_OPTION_MENU_CALL_SETTINGS_BUTTON_VISIBILITY === 'true' ?
<MenuItem onClick={() => handleDialogOpen()}>
<MenuItem onClick={() => handleDialogOpen()} id="call-settings">
<ListItemIcon>
<SvgIcon size={36} name={"call-settings"} color={theme.palette?.iconColor?.primary}/>
</ListItemIcon>
Expand Down

0 comments on commit e29d239

Please sign in to comment.