(feat): adjust to new calls array from ident res
This commit is contained in:
parent
dd09ca943d
commit
8e5ed8217d
6 changed files with 27 additions and 11 deletions
|
|
@ -130,7 +130,8 @@ export default function Actions() {
|
|||
>
|
||||
<ScreenShareOff
|
||||
style={{
|
||||
scale: (sharedIconSize ? sharedIconSize + 100 : 100) + "%",
|
||||
scale:
|
||||
(sharedIconSize ? sharedIconSize + 100 : 100) + "%",
|
||||
}}
|
||||
/>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue