Skip to content

Commit

Permalink
Merge pull request #140 from valory-xyz/tanya/return-epoch
Browse files Browse the repository at this point in the history
(govern) chore: uncomment epoch section
  • Loading branch information
Tanya-atatakai authored Dec 5, 2024
2 parents d1abc04 + 08f3810 commit 3abe539
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/govern/components/Donate/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { Alert, Button, Card, Skeleton, Typography } from 'antd';
import { ethers } from 'ethers';
import isNumber from 'lodash/isNumber';
Expand Down Expand Up @@ -170,7 +169,7 @@ export const DonatePage = () => {
<DonateForm isLoading={isDonationLoading} onSubmit={onDepositServiceDonationSubmit} />
</Card>

{/* <Card className="last-epoch-section">
<Card className="last-epoch-section">
<Title level={2} className="mt-0">
Epoch Status
</Title>
Expand Down Expand Up @@ -198,7 +197,7 @@ export const DonatePage = () => {
</Button>
<Text type="secondary">New epochs must be manually triggered by community members</Text>
</EpochCheckpointRow>
</Card> */}
</Card>
</DonateContainer>
);
};

0 comments on commit 3abe539

Please sign in to comment.