Web: Files: BackupStore: fixed getThirdPartyAccount

This commit is contained in:
Nikita Gopienko 2024-08-19 17:39:30 +03:00
parent 93439d4562
commit 7b1b2c527b

View File

@ -235,6 +235,8 @@ class BackupStore {
};
getThirdPartyAccount = (provider, t) => {
if (!provider.connected) return { account: null, isConnected: false };
const serviceTitle = connectedCloudsTypeTitleTranslation(provider.name, t);
const isConnected =