chore: app group optimizations (#1027)
This commit is contained in:
@@ -5,7 +5,7 @@ import { WebApplication } from '@/UIModels/Application'
|
||||
import { AppState } from '@/UIModels/AppState'
|
||||
import { observer } from 'mobx-react-lite'
|
||||
import { FunctionComponent } from 'preact'
|
||||
import { AccountIllustration } from '@standardnotes/stylekit'
|
||||
import { AccountIllustration } from '@standardnotes/icons'
|
||||
|
||||
export const Authentication: FunctionComponent<{
|
||||
application: WebApplication
|
||||
|
||||
@@ -34,7 +34,7 @@ export const FilesSection: FunctionComponent<Props> = ({ application }) => {
|
||||
}
|
||||
|
||||
getFilesQuota().catch(console.error)
|
||||
}, [application.settings])
|
||||
}, [application])
|
||||
|
||||
return (
|
||||
<PreferencesGroup>
|
||||
|
||||
Reference in New Issue
Block a user