Fix typo
This commit is contained in:
		
							parent
							
								
									52a5ad8207
								
							
						
					
					
						commit
						4e89662eea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -52,7 +52,7 @@ const SuggestionsBox = React.createClass({ | ||||||
|   render () { |   render () { | ||||||
|     const accounts = this.props.accounts.take(3); |     const accounts = this.props.accounts.take(3); | ||||||
| 
 | 
 | ||||||
|     if (account.size === 0) { |     if (accounts.size === 0) { | ||||||
|       return <div />; |       return <div />; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue