mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
overseer vote panel improvements
This commit is contained in:
@@ -15,7 +15,7 @@ export default function useUserIdentitySync() {
|
||||
const { value: profile, status: profileStatus } = useSettingsNamespace('profile', { nickname: '' });
|
||||
const { value: overseerPreference, status: overseerPreferenceStatus } = useSettingsNamespace(
|
||||
'overseerPreference',
|
||||
{ enabled: true },
|
||||
{ enabled: false },
|
||||
);
|
||||
|
||||
const inFlightRef = useRef(false);
|
||||
|
||||
Reference in New Issue
Block a user