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) {
|
if (isEmbedded) {
|
||||||
return (
|
return (
|
||||||
<div className={styles.backButton} ref={ref} {...buttonProps}>
|
<div ref={ref}>
|
||||||
<RoomHeaderInfo roomName={roomName} avatarUrl={avatarUrl} />
|
<RoomHeaderInfo roomName={roomName} avatarUrl={avatarUrl} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue