Add missing type
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2eff251e0c
commit
dd304d3569
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export function InCallView({
|
|||
);
|
||||
}, []);
|
||||
|
||||
const renderContent = useCallback(() => {
|
||||
const renderContent = useCallback((): JSX.Element => {
|
||||
if (items.length === 0) {
|
||||
return (
|
||||
<div className={styles.centerMessage}>
|
||||
|
|
Loading…
Add table
Reference in a new issue