mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Apply prettier
GitOrigin-RevId: 34c7e3b95d061c270c77337c7c82502af289b556
This commit is contained in:
parent
06b0833e33
commit
85cbc5b721
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ export default function useUserWideSettings() {
|
|||
const saveUserSettings = useSaveUserSettings()
|
||||
|
||||
// this may be undefined on test environments
|
||||
const [userSettings] = useScopeValue<UserSettingsScope | undefined>('settings', true)
|
||||
const [userSettings] = useScopeValue<UserSettingsScope | undefined>(
|
||||
'settings',
|
||||
true
|
||||
)
|
||||
|
||||
const setOverallTheme = useSetOverallTheme()
|
||||
const setAutoComplete = useCallback(
|
||||
|
|
Loading…
Reference in a new issue