Skip to content

Commit

Permalink
fix: Devtools was imported twice
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 29, 2024
1 parent 56bafef commit 60e64fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import cx from 'classnames'
import { Outlet, useLocation } from 'react-router-dom'

import flag from 'cozy-flags'
import CozyDevTools from 'cozy-client/dist/devtools'
import { CozyConfirmDialogProvider } from 'cozy-harvest-lib'
import { getFlagshipMetadata } from 'cozy-device-helper'
import { Main, Content } from 'cozy-ui/transpiled/react/Layout'
Expand Down Expand Up @@ -39,7 +38,6 @@ const Home = ({ setAppsReady, wrapper }) => {
getFlagshipMetadata().immersive
})}
>
{flag('debug') && <CozyDevTools />}
<Applications onAppsFetched={setAppsReady} />
<Shortcuts />
{flag('home.detailed-services-dev') ? (
Expand Down

0 comments on commit 60e64fd

Please sign in to comment.