Enable strict lints
An attempt to fix https://github.com/vector-im/element-call/issues/1132
This commit is contained in:
@@ -60,5 +60,5 @@ export function GroupCallLoader({
|
||||
return <ErrorView error={error} />;
|
||||
}
|
||||
|
||||
return <>{children(groupCall)}</>;
|
||||
return groupCall ? <>{children(groupCall)}</> : <></>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user