diff --git a/pwa/pages/reparateur/[id]/creneaux.tsx b/pwa/pages/reparateur/[id]/creneaux.tsx
index e515cbcd8..7239a07e0 100644
--- a/pwa/pages/reparateur/[id]/creneaux.tsx
+++ b/pwa/pages/reparateur/[id]/creneaux.tsx
@@ -13,7 +13,7 @@ import WebsiteLayout from '@components/layout/WebsiteLayout';
import SlotsStep from '@components/rendez-vous/SlotsStep';
const PinMap = dynamic(() => import('@components/rendez-vous/PinMap'), {
ssr: false,
- // loading: () => ,
+ loading: () => ,
});
import {Repairer} from '@interfaces/Repairer';
import {isCyclist} from '@helpers/rolesHelpers';