Remove button props / style too
This commit is contained in:
parent
7dc6fb27ea
commit
761eee2cdc
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export function RoomSetupHeaderInfo({
|
|||
|
||||
if (isEmbedded) {
|
||||
return (
|
||||
<div className={styles.backButton} ref={ref} {...buttonProps}>
|
||||
<div ref={ref}>
|
||||
<RoomHeaderInfo roomName={roomName} avatarUrl={avatarUrl} />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue