Web:Client:Change getThirdPartyIconSmall to getThirdPartyIcon.

This commit is contained in:
Vlada Gazizova 2022-10-12 17:22:52 +03:00
parent cbbdb07b9c
commit 7fe1fb4265

View File

@ -1987,7 +1987,7 @@ class FilesStore {
pinned,
} = item;
const thirdPartyIcon = this.thirdPartyStore.getThirdPartyIconSmall(
const thirdPartyIcon = this.thirdPartyStore.getThirdPartyIcon(
item.providerKey
);