Add missing type

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-08 20:05:15 +02:00
commit dd304d3569
No known key found for this signature in database
GPG key ID: 4F68B9EC0536B5CC

View file

@ -166,7 +166,7 @@ export function InCallView({
); );
}, []); }, []);
const renderContent = useCallback(() => { const renderContent = useCallback((): JSX.Element => {
if (items.length === 0) { if (items.length === 0) {
return ( return (
<div className={styles.centerMessage}> <div className={styles.centerMessage}>