We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23388b commit 8092dd0Copy full SHA for 8092dd0
pwa/pages/reparateur/[id]/creneaux.tsx
@@ -13,7 +13,7 @@ import WebsiteLayout from '@components/layout/WebsiteLayout';
13
import SlotsStep from '@components/rendez-vous/SlotsStep';
14
const PinMap = dynamic(() => import('@components/rendez-vous/PinMap'), {
15
ssr: false,
16
- // loading: () => <FullLoading />,
+ loading: () => <FullLoading />,
17
});
18
import {Repairer} from '@interfaces/Repairer';
19
import {isCyclist} from '@helpers/rolesHelpers';
0 commit comments