Minor: fix calling button <Tooltip> warning
This commit is contained in:
parent
48e8cd0138
commit
5275915072
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@ export const CallingButton = ({
|
|||
direction={tooltipDirection}
|
||||
distance={tooltipDistance}
|
||||
hoverDelay={0}
|
||||
/>
|
||||
>
|
||||
<div />
|
||||
</Tooltip>
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue