Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davy-beauzil committed Mar 12, 2024
1 parent ff9d3b5 commit dc09da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/pages/reparateur/[id]/creneaux.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: () => <FullLoading />,
loading: () => <FullLoading />,
});
import {Repairer} from '@interfaces/Repairer';
import {isCyclist} from '@helpers/rolesHelpers';
Expand Down

0 comments on commit dc09da9

Please sign in to comment.