Fix notification page panic (#9337)
This commit is contained in:
		
							parent
							
								
									ba1acf5b50
								
							
						
					
					
						commit
						27f68bc96f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -446,7 +446,7 @@ func (nl NotificationList) LoadComments() error { | |||
| 	} | ||||
| 
 | ||||
| 	for _, notification := range nl { | ||||
| 		if notification.CommentID > 0 && notification.Comment == nil { | ||||
| 		if notification.CommentID > 0 && notification.Comment == nil && comments[notification.CommentID] != nil { | ||||
| 			notification.Comment = comments[notification.CommentID] | ||||
| 			notification.Comment.Issue = notification.Issue | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue