mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 23:59:01 +02:00
Apply prettier
GitOrigin-RevId: 34c7e3b95d061c270c77337c7c82502af289b556
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user