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}
|
direction={tooltipDirection}
|
||||||
distance={tooltipDistance}
|
distance={tooltipDistance}
|
||||||
hoverDelay={0}
|
hoverDelay={0}
|
||||||
/>
|
>
|
||||||
|
<div />
|
||||||
|
</Tooltip>
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue