Fixing linting
This commit is contained in:
		
							parent
							
								
									b59df1d7b8
								
							
						
					
					
						commit
						deaf863c9e
					
				| @ -267,7 +267,7 @@ export default class DetailsStep extends Component { | |||||||
|       const label = `${input.name ? `${input.name}: ` : ''}${input.type}`; |       const label = `${input.name ? `${input.name}: ` : ''}${input.type}`; | ||||||
|       const value = params[index]; |       const value = params[index]; | ||||||
|       const error = paramsError[index]; |       const error = paramsError[index]; | ||||||
|       const param = parseAbiType(input.type) |       const param = parseAbiType(input.type); | ||||||
| 
 | 
 | ||||||
|       return ( |       return ( | ||||||
|         <div key={ index } className={ styles.funcparams }> |         <div key={ index } className={ styles.funcparams }> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user