Minor syntax fix.
This commit is contained in:
		
							parent
							
								
									303f092c30
								
							
						
					
					
						commit
						842f39e178
					
				| @ -296,8 +296,8 @@ impl<'a> DustRenderer<'a> { | ||||
|                 .ok() | ||||
|                 .flatten() | ||||
|                 .map(|val| { | ||||
|                     if val.is_truthy() { | ||||
|                         new_nodes.push(BreadcrumbTreeElement::Borrowed(val.from_context_element())) | ||||
|                     if val.get_context_element_reference().is_truthy() { | ||||
|                         new_nodes.push(BreadcrumbTreeElement::Owned(Rc::new(val))); | ||||
|                     } | ||||
|                 }); | ||||
|         }); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander