Merge pull request #173 from ONLYOFFICE/bugfix/fix-info-panel-logo-crash

Web: Files: InfoPanel: fixed logo crash
This commit is contained in:
Alexey Safronov 2024-01-12 17:53:42 +04:00 committed by GitHub
commit eac3e95fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ class InfoPanelStore {
item.roomType,
true
)
? item.logo.medium
? item.logo?.medium
: item.icon
? item.icon
: this.settingsStore.getIcon(size, null, null, null, item.roomType)