Web:Client: fix src={false} for files

This commit is contained in:
Timofey Boyko 2023-02-03 10:28:43 +03:00
parent 406bbd81cc
commit 7f61aa85ca

View File

@ -2384,16 +2384,16 @@ class FilesStore {
isArchive
);
const defaultRoomIcon =
isRoom &&
getIcon(
const defaultRoomIcon = isRoom
? getIcon(
iconSize,
fileExst,
providerKey,
contentLength,
roomType,
isArchive
);
)
: undefined;
return {
access,