Skip to content

Commit

Permalink
fix: Remove modal from HomePage
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Mar 4, 2024
1 parent 90944fe commit a8683fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/components/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { CampaignBanner } from '../Campaign/CampaignBanner'
import { Slideshow } from './Slideshow'
import { RankingsTable } from '../RankingsTable'
import { ListsLaunchModal } from '../Modals/ListsLaunchModal'
import EmotesV2LaunchModal from '../Modals/FTU/EmotesV2LaunchModal'
import { SmartWearablesLaunchModal } from '../Modals/FTU/SmartWearablesLaunchModal'
import { CampaignHomepageBanner } from '../Campaign/banners/CampaignHomepageBanner'
import { Props } from './HomePage.types'
Expand Down Expand Up @@ -226,7 +225,6 @@ const HomePage = (props: Props) => {
<Navbar />
<Navigation activeTab={NavigationTab.OVERVIEW} />
<ListsLaunchModal />
<EmotesV2LaunchModal />
<SmartWearablesLaunchModal />
{isCampaignHomepageBannerEnabled ? (
<CampaignBanner>
Expand Down

0 comments on commit a8683fc

Please sign in to comment.