Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
avysel committed Aug 19, 2022
1 parent 11998d5 commit fec4077
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/Faucet/SplittedFaucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,4 @@ function SplittedFaucet({ network, user, Tezos }: { network: Network, user: User
)
}

export default SplittedFaucet;

/*
<Row>
<Col>
<FaucetInfo faucetAddress={faucetAddress} faucetBalance={faucetBalance} />
<hr />
</Col>
</Row>
*/
export default SplittedFaucet;

0 comments on commit fec4077

Please sign in to comment.