Add null checking (#14089)
This commit is contained in:
		
							parent
							
								
									0e512d4ff6
								
							
						
					
					
						commit
						4096dabe1e
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -121,6 +121,8 @@ async function onClick() {
 | 
				
			||||||
				});
 | 
									});
 | 
				
			||||||
				hasPendingFollowRequestFromYou.value = true;
 | 
									hasPendingFollowRequestFromYou.value = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
									if ($i == null) return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				claimAchievement('following1');
 | 
									claimAchievement('following1');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				if ($i.followingCount >= 10) {
 | 
									if ($i.followingCount >= 10) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue