website cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { useQuery } from '@tanstack/react-query';
|
||||
import { useServices } from '@/lib/services/ServiceProvider';
|
||||
import type { LeagueMembership } from '@core/racing/domain/entities/LeagueMembership';
|
||||
|
||||
export function useLeagueMemberships(leagueId: string) {
|
||||
const { leagueMembershipService } = useServices();
|
||||
@@ -24,4 +23,4 @@ export function useLeagueMembership(leagueId: string, driverId: string) {
|
||||
},
|
||||
enabled: !!leagueId && !!driverId,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user