Skip to content

Commit

Permalink
asset change
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Nov 10, 2023
1 parent 85f7f02 commit f2fcf9f
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { Button, TextButton } from '@/components/_buttons/Button'
import { BenefitCard } from '@/components/_ypp/BenefitCard'
import { ReferralLinkButton } from '@/components/_ypp/ReferralLinkButton'
import { ServiceStatusWidget } from '@/components/_ypp/ServiceStatusWidget/ServiceStatusWidget'
import { YppDashboardTier } from '@/components/_ypp/YppDashboardTier'
import { atlasConfig } from '@/config'
import { absoluteRoutes } from '@/config/routes'
import { useMediaMatch } from '@/hooks/useMediaMatch'
Expand Down Expand Up @@ -98,9 +97,9 @@ export const YppDashboardMainTab: FC = () => {
actionButton={{ text: 'Add new channel', onClick: handleYppSignUpClick }}
/>
</GridItem>
<GridItem colSpan={{ xxs: 12, md: 4 }}>
<YppDashboardTier onSignUp={handleYppSignUpClick} status={currentChannel?.yppStatus} />
</GridItem>
{/*<GridItem colSpan={{ xxs: 12, md: 4 }}>*/}
{/* <YppDashboardTier onSignUp={handleYppSignUpClick} status={currentChannel?.yppStatus} />*/}
{/*</GridItem>*/}

<GridItem colSpan={{ xxs: 12, md: 8 }}>
<ServiceStatusWidget status={currentChannel?.yppStatus} syncStatus={currentChannel?.syncStatus} />
Expand Down

0 comments on commit f2fcf9f

Please sign in to comment.