Skip to content

Commit 9a26fc9

Browse files
Update gui/src/components/onboarding/pages/trackers-assign/TrackerAssignOptions.tsx
Co-authored-by: Sapphire <[email protected]>
1 parent 16a2ac8 commit 9a26fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/onboarding/pages/trackers-assign/TrackerAssignOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function TrackerAssignOptions({
6262

6363
const { config, setConfig } = useConfig();
6464

65-
const getPreferedSet = () => {
65+
const getPreferredSet = () => {
6666
return (Object.entries(ASSIGN_MODE_OPTIONS).find(
6767
([_, count]) => count >= connectedIMUTrackers.length
6868
)?.[0] as AssignMode) ?? AssignMode.All

0 commit comments

Comments
 (0)