fix smart contract address bug (#1827)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
		
							parent
							
								
									01a6652f4d
								
							
						
					
					
						commit
						b8e9275ceb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -675,7 +675,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => { | |||
|                       ? { | ||||
|                           smartContractAddress, | ||||
|                         } | ||||
|                       : undefined, | ||||
|                       : "", | ||||
|                   }); | ||||
|                 }} | ||||
|                 className="space-y-6"> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Ankit Sridhar
						Ankit Sridhar