fix smart contract address bug (#1827)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/1826/head^2
parent
01a6652f4d
commit
b8e9275ceb
|
@ -675,7 +675,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
|||
? {
|
||||
smartContractAddress,
|
||||
}
|
||||
: undefined,
|
||||
: "",
|
||||
});
|
||||
}}
|
||||
className="space-y-6">
|
||||
|
|
Loading…
Reference in New Issue