Skip to content

Commit

Permalink
fix: null map when no ressources
Browse files Browse the repository at this point in the history
  • Loading branch information
clovis committed Jun 3, 2024
1 parent 723a1e6 commit e0d1d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './main.css'
import "@bdxtown/canaille";
import { registerServiceWorker } from './sw/sw.ts';
// import { registerServiceWorker } from './sw/sw.ts';

// @ts-expect-error we need that to reload in dev mode
// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand All @@ -15,4 +15,4 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
</React.StrictMode>,
)

registerServiceWorker();
// registerServiceWorker();

0 comments on commit e0d1d8a

Please sign in to comment.