Skip to content

Commit eac8b0d

Browse files
committed
space
1 parent ab97846 commit eac8b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/components/Standings/hooks/useRelativeSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export const useRelativeSettings = (): RelativeWidgetSettings['config'] => {
55
const { currentDashboard } = useDashboard();
66
const widget = currentDashboard?.widgets.find(w => w.id === 'relative')?.config;
77
return widget as RelativeWidgetSettings['config'];
8-
};
8+
};

0 commit comments

Comments
 (0)