Skip to content

Commit

Permalink
removed validate contract
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Jul 16, 2024
1 parent 069acd1 commit ac70730
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/app/core/pages/contracts-detail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ export const ContractsDetail: React.FC = () => {

let timeLeft = contractData?.timeLeft

await ContractsService.validateContract(sponsor, contract.address)

const position =
Number(
(await getPosition(wallet, contract.address, wallet, sponsor)) || 0
Expand Down

0 comments on commit ac70730

Please sign in to comment.