File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
src/client/components/ChatV2 Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -260,19 +260,21 @@ export const ChatBox = ({
260
260
</ Tooltip >
261
261
</ Box >
262
262
263
- < Tooltip
264
- arrow
265
- placement = "top"
266
- title = {
267
- < Typography variant = "body2" sx = { { p : 1 } } >
268
- { t ( 'chat:settings' ) }
269
- </ Typography >
270
- }
271
- >
272
- < OutlineButtonBlack sx = { { display : { xs : 'block' , lg : 'none' } } } onClick = { ( ) => setChatLeftSidePanelOpen ( true ) } id = "left-panel-open" >
273
- < SettingsIcon sx = { { color : 'rgba(0, 0, 0, 0.7)' } } />
274
- </ OutlineButtonBlack >
275
- </ Tooltip >
263
+ { ! isEmbedded && (
264
+ < Tooltip
265
+ arrow
266
+ placement = "top"
267
+ title = {
268
+ < Typography variant = "body2" sx = { { p : 1 } } >
269
+ { t ( 'chat:settings' ) }
270
+ </ Typography >
271
+ }
272
+ >
273
+ < OutlineButtonBlack sx = { { display : { xs : 'block' , lg : 'none' } } } onClick = { ( ) => setChatLeftSidePanelOpen ( true ) } id = "left-panel-open" >
274
+ < SettingsIcon sx = { { color : 'rgba(0, 0, 0, 0.7)' } } />
275
+ </ OutlineButtonBlack >
276
+ </ Tooltip >
277
+ ) }
276
278
</ Box >
277
279
</ Box >
278
280
</ Box >
You can’t perform that action at this time.
0 commit comments