Skip to content

Commit

Permalink
Merge pull request #4852 from Giveth/remove_stake_together
Browse files Browse the repository at this point in the history
removed stake together
  • Loading branch information
mohammadranjbarz authored Oct 24, 2024
2 parents 3170280 + 9f67e61 commit b5e583a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/views/givfarm/GIVfarmBottom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import StakingPoolCard from '@/components/cards/StakingCards/BaseStakingCard/Bas
import { RegenStreamSection } from '@/components/givfarm/RegenStreamSection';
import ToggleSwitch from '@/components/ToggleSwitch';
import { getNetworkConfig } from '@/helpers/givpower';
import { StakeTogetherCard } from '@/components/cards/StakingCards/BaseStakingCard/StakeTogetherCard';

const renderPool = (pool: SimplePoolStakingConfig, id: number) => (
<Col sm={6} lg={4} key={`staking_pool_card_${pool.network}_${id}`}>
Expand Down Expand Up @@ -189,17 +188,7 @@ export const GIVfarmBottom = () => {
toggleOnOff={setShowArchivedPools}
/>
</GIVfarmToolBoxRow>
<PoolRow>
{renderPools(chainId, showArchivedPools)}
<Col
sm={6}
lg={4}
key='staking_together_card'
style={{ alignSelf: 'flex-start' }}
>
<StakeTogetherCard />
</Col>
</PoolRow>
<PoolRow>{renderPools(chainId, showArchivedPools)}</PoolRow>
<RegenStreamSection showArchivedPools={showArchivedPools} />
<DaoCard />
</Container>
Expand Down

0 comments on commit b5e583a

Please sign in to comment.