From dd304d3569c7840b36bf28fc8378f7b853425965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 8 Aug 2022 20:05:15 +0200 Subject: [PATCH] Add missing type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/room/InCallView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 349b5187..680f9f20 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -166,7 +166,7 @@ export function InCallView({ ); }, []); - const renderContent = useCallback(() => { + const renderContent = useCallback((): JSX.Element => { if (items.length === 0) { return (