Skip to content

Commit dc09da9

Browse files
committed
wip
1 parent ff9d3b5 commit dc09da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/pages/reparateur/[id]/creneaux.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import WebsiteLayout from '@components/layout/WebsiteLayout';
1313
import SlotsStep from '@components/rendez-vous/SlotsStep';
1414
const PinMap = dynamic(() => import('@components/rendez-vous/PinMap'), {
1515
ssr: false,
16-
// loading: () => <FullLoading />,
16+
loading: () => <FullLoading />,
1717
});
1818
import {Repairer} from '@interfaces/Repairer';
1919
import {isCyclist} from '@helpers/rolesHelpers';

0 commit comments

Comments
 (0)