fix smart contract address bug (#1827)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Ankit Sridhar 2022-02-12 03:45:35 +05:30 committed by GitHub
parent 01a6652f4d
commit b8e9275ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -675,7 +675,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
? { ? {
smartContractAddress, smartContractAddress,
} }
: undefined, : "",
}); });
}} }}
className="space-y-6"> className="space-y-6">