Skip to content

Commit

Permalink
remove unused property stories on ModalCreate component in Hero
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Jan 21, 2024
1 parent 1cc17d9 commit c282e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Scene } from './Scene'
import { Camera } from './components/Camera'
import { Overlay } from './ui/Overlay'
import { ModalDetails } from './ui/ModalDetails'
import { ModalCreate } from './ui/ModalCreateNew'
import ModalCreate from './ui/ModalCreateNew'
// eslint-disable-next-line no-unused-vars
import { StatsGl, Stats } from '@react-three/drei'

Expand Down Expand Up @@ -68,7 +68,7 @@ const Hero = ({ isMobile }) => {
<ModalInfo />
<ModalConfirmation disableEmail />
<ModalDetails stories={data?.results} />
<ModalCreate withCarousel stories={data?.results} />
<ModalCreate withCarousel />
</div>
</div>
</QueryClientProvider>
Expand Down

0 comments on commit c282e4b

Please sign in to comment.