Fix some error log lines that lead to confusion.
In the past those log lines often were referenced for issues but they are no real issues. Either they are just deprecated code running or expected.
This commit is contained in:
@@ -63,7 +63,6 @@ interface SpotlightItemBaseProps {
|
||||
mxcAvatarUrl: string | undefined;
|
||||
focusable: boolean;
|
||||
"aria-hidden"?: boolean;
|
||||
localParticipant: boolean;
|
||||
}
|
||||
|
||||
interface SpotlightUserMediaItemBaseProps extends SpotlightItemBaseProps {
|
||||
@@ -188,7 +187,6 @@ const SpotlightItem: FC<SpotlightItemProps> = ({
|
||||
focusable,
|
||||
encryptionStatus,
|
||||
"aria-hidden": ariaHidden,
|
||||
localParticipant: vm.local,
|
||||
};
|
||||
|
||||
return vm instanceof ScreenShareViewModel ? (
|
||||
|
||||
Reference in New Issue
Block a user