feat: only fetch files quota when prefs are opened (#999)

This commit is contained in:
Aman Harwara
2022-04-26 00:12:17 +05:30
committed by GitHub
parent e8ed38bcb2
commit 50d047a903
4 changed files with 53 additions and 67 deletions

View File

@@ -25,7 +25,7 @@ export const AccountPreferences = observer(({ application, appState }: Props) =>
</>
)}
<Subscription application={application} appState={appState} />
<FilesSection appState={appState} />
<FilesSection application={application} appState={appState} />
<SignOutWrapper application={application} appState={appState} />
</PreferencesPane>
))